fix(qutebrowser): add reload keybind
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
a11e3dc205
commit
3ea9ed4504
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ c.bindings.commands["normal"] = {
|
|||
# Commands
|
||||
"<Alt-x>": "cmd-set-text :",
|
||||
"<Control-x>b": "cmd-set-text :tab-focus",
|
||||
"<Control-x>r": "reload",
|
||||
"<Control-d>": "tab-close",
|
||||
"<Control-x><Control-c>": "quit",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue