jj: do not paginate if output fits on one screen
This commit is contained in:
parent
3029ee730c
commit
5d3d216125
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
|
@ -121,6 +121,8 @@ in {
|
|||
editor = "emacsclient";
|
||||
default-command = "log";
|
||||
movement.edit = true;
|
||||
# do not page if output fits on one screen
|
||||
pager = "less -FRX";
|
||||
};
|
||||
merge-tools.ediff = {
|
||||
program = "sh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue