diff options
-rwxr-xr-x | bollux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bollux b/bollux index 022a520..c5e0d95 100755 --- a/bollux +++ b/bollux | |||
@@ -580,6 +580,7 @@ display() { # display METADATA [TITLE] | |||
580 | -Pm"$title${title:+ - }bollux$" | 580 | -Pm"$title${title:+ - }bollux$" |
581 | -PM'o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$' | 581 | -PM'o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$' |
582 | -m | 582 | -m |
583 | -S | ||
583 | ) | 584 | ) |
584 | 585 | ||
585 | local typeset | 586 | local typeset |
@@ -612,6 +613,9 @@ mklesskey() { | |||
612 | G quit 5 # 53 goto a url (pre-filled) | 613 | G quit 5 # 53 goto a url (pre-filled) |
613 | # other keybinds | 614 | # other keybinds |
614 | \\40 forw-screen-force | 615 | \\40 forw-screen-force |
616 | h left-scroll | ||
617 | l right-scroll | ||
618 | ? toggle-option M | ||
615 | END | 619 | END |
616 | } | 620 | } |
617 | 621 | ||