From b18bcbbe9f0b5eb1159480789bb47a74ebd70dc3 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 30 Dec 2017 16:38:19 +0100 Subject: [PATCH] tweaks: use for git the more faithful "less -x1,5" suggested by Brand --- README.GIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.GIT b/README.GIT index 6e233b2e..942aeb73 100644 --- a/README.GIT +++ b/README.GIT @@ -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"