fix: add zoom keybinds for qutebrowser
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
06d0bd58ef
commit
2b53f66b43
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ c.bindings.commands["normal"] = {
|
|||
"<Control-C>f": "forward",
|
||||
"<Control-C>p": "back",
|
||||
|
||||
# Zoom
|
||||
"<Control-X>+": "zoom-in",
|
||||
"<Control-X>-": "zoom-out",
|
||||
|
||||
# Tabs
|
||||
"<Shift-right>": "tab-next",
|
||||
"<Shift-left>": "tab-prev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue