summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAttila Gonda <pcdevil@users.noreply.github.com>2020-07-08 15:13:57 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-07-09 08:13:52 +0200
commita0b89a68d9d74ee1d68cb344efe63507d482ea67 (patch)
tree7cb796a0e8d2b4cd6d9f70847879897c2ac9154a /src
parent62014c1094470833b2b72179d3f1bf7f803404e3 (diff)
Update generated config to reflect pager argument behaviour
Diffstat (limited to 'src')
-rw-r--r--src/bin/bat/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/bat/config.rs b/src/bin/bat/config.rs
index 03fdbff7..c7ce08d5 100644
--- a/src/bin/bat/config.rs
+++ b/src/bin/bat/config.rs
@@ -63,7 +63,7 @@ pub fn generate_config_file() -> bat::error::Result<()> {
# 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
# disable text selection, unless you press shift.
-#--pager="--RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
+#--pager="less --RAW-CONTROL-CHARS --quit-if-one-screen --mouse"
# Syntax mappings: map a certain filename pattern to a language.
# Example 1: use the C++ syntax for .ino files