Change less options

This commit is contained in:
Case Duckworth 2020-06-07 17:59:36 -05:00
parent a4f561b149
commit 66fd84e529
1 changed files with 4 additions and 0 deletions

4
bollux
View File

@ -580,6 +580,7 @@ display() { # display METADATA [TITLE]
-Pm"$title${title:+ - }bollux$"
-PM'o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$'
-m
-S
)
local typeset
@ -612,6 +613,9 @@ mklesskey() {
G quit 5 # 53 goto a url (pre-filled)
# other keybinds
\\40 forw-screen-force
h left-scroll
l right-scroll
? toggle-option M
END
}