diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 9036991..d964477 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -8,6 +8,8 @@ c.bindings.commands["normal"] = { # Navigation "": "scroll-page 0 0.5", "": "scroll-page 0 -0.5", + "<": "scroll-to-perc 0", + ">": "scroll-to-perc", # Commands "": "cmd-set-text :", @@ -21,10 +23,11 @@ c.bindings.commands["normal"] = { # Hinting "": "hint all", + "": "hint all tab", # History "f": "forward", - "b": "backward", + "p": "back", # Tabs "": "tab-next", @@ -32,6 +35,7 @@ c.bindings.commands["normal"] = { # Open "": "cmd-set-text -s :open", + "": "cmd-set-text -s :open {url:pretty}", "": "cmd-set-text -s :open -t", # Editing