blob: 329b886bad6f297046c356feab12adbec1880462 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git i/bollux w/bollux
index 267418e..090217e 100755
--- i/bollux
+++ w/bollux
@@ -1130,7 +1130,7 @@ display() { # display METADATA [TITLE]
# text, and pre-formatted text shouldn't wrap.
less_cmd+=(-S)
# Load the keybindings (see `lesskey').
- mklesskey && less_cmd+=(-k "$BOLLUX_LESSKEY")
+ mklesskey && less_cmd+=(--lesskey-src="$BOLLUX_LESSKEY")
local helpline="${KEY_OPEN}:open, "
helpline+="${KEY_GOTO}/"
helpline+="${KEY_GOTO_FROM}:goto, "
|