fix(qutebrowser): add undo keybind
This commit is contained in:
parent
5b4ef0d85b
commit
8f20c86e3f
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ c.bindings.commands["normal"] = {
|
|||
"<Control-x>b": "cmd-set-text :tab-focus",
|
||||
"<Control-x>r": "reload",
|
||||
"<Control-d>": "tab-close",
|
||||
"<Control-/>": "undo",
|
||||
"<Control-x><Control-c>": "quit",
|
||||
|
||||
# Searching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue