jj: do not paginate if output fits on one screen

This commit is contained in:
Khaïs COLIN 2025-01-19 15:23:43 +01:00
parent 3029ee730c
commit 5d3d216125

View file

@ -121,6 +121,8 @@ in {
editor = "emacsclient"; editor = "emacsclient";
default-command = "log"; default-command = "log";
movement.edit = true; movement.edit = true;
# do not page if output fits on one screen
pager = "less -FRX";
}; };
merge-tools.ediff = { merge-tools.ediff = {
program = "sh"; program = "sh";