diff options
author | Soispha <soispha@vhack.eu> | 2024-01-21 20:48:31 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-21 20:51:38 +0100 |
commit | af48ecac167b64f162e034467048744f1a2b0303 (patch) | |
tree | efe7fe06830c4b4938faf9b573d2412b4fc126cf /hm/soispha/conf/less/command.less | |
parent | fix(hm/conf/less): Correctly export less variables (diff) | |
download | nixos-config-af48ecac167b64f162e034467048744f1a2b0303.zip |
fix(hm/conf/less): Ensure that less can read the lesskey file
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/less/command.less | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hm/soispha/conf/less/command.less b/hm/soispha/conf/less/command.less index c85350f4..5365686b 100644 --- a/hm/soispha/conf/less/command.less +++ b/hm/soispha/conf/less/command.less @@ -36,7 +36,7 @@ R repaint-flush r repaint ˆR repaint ˆL repaint -\e undo-hilite +\en undo-hilite \eU clear-search g goto-line \kh goto-line @@ -121,4 +121,6 @@ Q quit :q quit :Q quit ZZ quit + +# Stop processing (and ignore less' default values) #stop |