It would be nice not to have to disable the extension with several clicks but to do so with a hotkey?
You can edit the menu shortcut in chrome://extensions/shortcuts
but still haven't to click to disable on the site.
Currently Vimium supports enterInsertMode
and passNextKey
commands. See https://github.com/philc/vimium/wiki/Disabling-Vimium#temporarily-disabling-vimium and https://github.com/philc/vimium/wiki/Tips-and-Tricks#using-the-escape-key-in-inputs .
If you want a shortcut to disable Vimium totally and re-enable it, then there's no command for it.
The below is an AD: my customized version of Vimium (named Vimium C) supports this feature, and its usage is here: https://github.com/gdh1995/vimium-c/issues/113#issuecomment-580055009 .
Most helpful comment
Currently Vimium supports
enterInsertMode
andpassNextKey
commands. See https://github.com/philc/vimium/wiki/Disabling-Vimium#temporarily-disabling-vimium and https://github.com/philc/vimium/wiki/Tips-and-Tricks#using-the-escape-key-in-inputs .If you want a shortcut to disable Vimium totally and re-enable it, then there's no command for it.
The below is an AD: my customized version of Vimium (named Vimium C) supports this feature, and its usage is here: https://github.com/gdh1995/vimium-c/issues/113#issuecomment-580055009 .