From 843999416d4df289cd65ab5fb3eab9d14fad1fef Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 4 Sep 2020 09:38:45 -0300 Subject: [PATCH] New Bat theme and lets see how disabling paging feels like --- bat/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bat/config b/bat/config index 30d7479..91a78f4 100644 --- a/bat/config +++ b/bat/config @@ -4,15 +4,14 @@ # Specify desired highlighting theme (e.g. "TwoDark"). Run `bat --list-themes` # for a list of all available themes -#'--theme="TwoDark" ---theme="Nord" +--theme="Monokai Extended" # Enable this to use italic text on the terminal. This is not supported on all # terminal emulators (like tmux, by default): #--italic-text=always # Uncomment the following line to disable automatic paging: -#--paging=never +--paging=never # Uncomment the following line if you are using less version >= 551 and want to # enable mouse scrolling support in `bat` when running inside tmux. This might