From 1ec17ad324de07d6f7a9a51f2718a7bbf7dab804 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 3 Jan 2025 11:12:47 +0000 Subject: [PATCH] Use interactive 'less' for scrolling --- roles/home-cli/files/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 3a4f44e..f7e3d7e 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -1,6 +1,8 @@ # Set environment variable GIT_CONFIG_NOSYSTEM=true to ignore the Git # system-wide config file (normally /etc/gitconfig). +[core] + pager = less -+FX [pull] ff = only rebase = false