1
0
Fork 0

fix: misc keybind changes

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-22 22:02:33 -04:00
parent e96c90482c
commit 30d59c0185
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -8,6 +8,8 @@ c.bindings.commands["normal"] = {
# Navigation # Navigation
"<Control-v>": "scroll-page 0 0.5", "<Control-v>": "scroll-page 0 0.5",
"<Alt-v>": "scroll-page 0 -0.5", "<Alt-v>": "scroll-page 0 -0.5",
"<": "scroll-to-perc 0",
">": "scroll-to-perc",
# Commands # Commands
"<Alt-x>": "cmd-set-text :", "<Alt-x>": "cmd-set-text :",
@ -21,10 +23,11 @@ c.bindings.commands["normal"] = {
# Hinting # Hinting
"<Alt-s>": "hint all", "<Alt-s>": "hint all",
"<Alt-Shift-s>": "hint all tab",
# History # History
"<Control-C>f": "forward", "<Control-C>f": "forward",
"<Control-C>b": "backward", "<Control-C>p": "back",
# Tabs # Tabs
"<Shift-right>": "tab-next", "<Shift-right>": "tab-next",
@ -32,6 +35,7 @@ c.bindings.commands["normal"] = {
# Open # Open
"<Control-x><Control-f>": "cmd-set-text -s :open", "<Control-x><Control-f>": "cmd-set-text -s :open",
"<Control-x><Control-e>": "cmd-set-text -s :open {url:pretty}",
"<Control-x><Control-o>": "cmd-set-text -s :open -t", "<Control-x><Control-o>": "cmd-set-text -s :open -t",
# Editing # Editing