nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b18bcbbe9f0b5eb1159480789bb47a74ebd70dc3
parent 920730f1aa944a5fafb742d319c2a5762b1e9caf
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 30 Dec 2017 16:38:19 +0100

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

Diffstat:
MREADME.GIT | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"