fix(qutebrowser): use correct command for leaving mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
2b53f66b43
commit
a11e3dc205
1 changed files with 3 additions and 3 deletions
|
@ -73,15 +73,15 @@ c.bindings.commands["command"] = {
|
||||||
"<Control-p>": "completion-item-focus prev",
|
"<Control-p>": "completion-item-focus prev",
|
||||||
"<Control-n>": "completion-item-focus next",
|
"<Control-n>": "completion-item-focus next",
|
||||||
|
|
||||||
"<Control-g>": "leave-mode",
|
"<Control-g>": "mode-leave",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.bindings.commands["hint"] = {
|
c.bindings.commands["hint"] = {
|
||||||
"<Control-g>": "leave-mode",
|
"<Control-g>": "mode-leave",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.bindings.commands["caret"] = {
|
c.bindings.commands["caret"] = {
|
||||||
"<Control-g>": "leave-mode",
|
"<Control-g>": "mode-leave",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.content.blocking.method = "both"
|
c.content.blocking.method = "both"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue