From: Samir Benmendil Date: Sat, 14 Jan 2023 01:35:13 +0000 (+0000) Subject: qutebrowser: remove mapping from ^[ to X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1099b6f88a887e924b8d205278d910a16b2e096d qutebrowser: remove mapping from ^[ to ^[ can be used in gitlab to indent/deintent lists. I never really use it for escape anyway. --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index be791d6..470d263 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -108,7 +108,7 @@ c.auto_save.session = True ## key. Note that when a key is bound (via `bindings.default` or ## `bindings.commands`), the mapping is ignored. ## Type: Dict -# c.bindings.key_mappings = {'': '', '': '', '': '', '': '', '': '', '': '', '': '', '': '', '': ''} +c.bindings.key_mappings = {'': '', '': '', '': '', '': '', '': '', '': '', '': '', '': ''} ## When to show a changelog after qutebrowser was upgraded. ## Type: String