From 4edfde63b07eb46e713f3956bcc772640b4c3358 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 21 Feb 2022 15:22:07 +0100 Subject: [PATCH] feat: page output only if needed --- git/gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index cce31fb..7c81615 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -20,9 +20,8 @@ default = simple [core] editor = vim - pager = less -x1,5 editor = nvim - pager = less -S -x1,5 + pager = less -x1,5 -F -M -R -J whitespace = cr-at-eol excludesfile = ~/.gitignore [rebase]