about summary refs log tree commit diff stats
path: root/hm/soispha/conf/less/command.less
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-21 20:48:31 +0100
committerSoispha <soispha@vhack.eu>2024-01-21 20:51:38 +0100
commitaf48ecac167b64f162e034467048744f1a2b0303 (patch)
treeefe7fe06830c4b4938faf9b573d2412b4fc126cf /hm/soispha/conf/less/command.less
parentfix(hm/conf/less): Correctly export less variables (diff)
downloadnixos-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.less4
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