diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 059c38c..e0738d0 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -73,15 +73,15 @@ c.bindings.commands["command"] = { "": "completion-item-focus prev", "": "completion-item-focus next", - "": "leave-mode", + "": "mode-leave", } c.bindings.commands["hint"] = { - "": "leave-mode", + "": "mode-leave", } c.bindings.commands["caret"] = { - "": "leave-mode", + "": "mode-leave", } c.content.blocking.method = "both"