tweaks: use for git the more faithful "less -x1,5" suggested by Brand

master
Benno Schulenberg 2017-12-30 16:38:19 +01:00
parent 920730f1aa
commit b18bcbbe9f
1 changed files with 1 additions and 1 deletions

View File

@ -113,4 +113,4 @@ a tab size of four should be used. So in your nanorc file you may want
to include 'set tabsize 4', or you could use -T4 on the command line.
To make git display things as intended, you can do:
$ git config --local core.pager "less -x4"
$ git config --local core.pager "less -x1,5"