Compare commits
1 commit
e43570fe5b
...
18c0758464
| Author | SHA1 | Date | |
|---|---|---|---|
| 18c0758464 |
1 changed files with 5 additions and 0 deletions
|
|
@ -18,5 +18,10 @@ in
|
|||
LESSHISTFILE = "${config.xdg.stateHome}/less/history";
|
||||
LESSKEY = "${config.xdg.configHome}/less/lesskey";
|
||||
};
|
||||
|
||||
xdg.configFile."less/lesskey".text = ''
|
||||
# Quit without clearing the screen on `Q`
|
||||
Q toggle-option -!^Predraw-on-quit\nq
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue