1
0
Fork 0

fix(qutebrowser): add reload keybind

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-09-05 19:48:42 -04:00
parent a11e3dc205
commit 3ea9ed4504
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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",