about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2020-06-02 23:08:21 -0500
committerCase Duckworth2020-06-02 23:08:21 -0500
commit7c5b46cd657efd405b87685d3d9436dddab5045a (patch)
treec3519ebc8d48e97e7b5b1e320738e19bb3e20dde
parentFix title extraction (diff)
downloadbollux-7c5b46cd657efd405b87685d3d9436dddab5045a.tar.gz
bollux-7c5b46cd657efd405b87685d3d9436dddab5045a.zip
Add back/forward binds to statusline
-rwxr-xr-xbollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 5e03da3..2325624 100755 --- a/bollux +++ b/bollux
@@ -411,7 +411,7 @@ display() {
411 } && less_cmd+=(-k "$BOLLUX_LESSKEY") 411 } && less_cmd+=(-k "$BOLLUX_LESSKEY")
412 less_cmd+=( 412 less_cmd+=(
413 -Pm'bollux$' 413 -Pm'bollux$'
414 -PM'o\:open, g\:goto, r\:refresh$' 414 -PM'o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$'
415 -M 415 -M
416 ) 416 )
417 417