It'd be useful if any URLs matching https?://www.youtube.com/*
would load with insert-mode activated so you don't have to toggle it for every video.
The "Excluded URLs and keys" on Vimium Options page may help.
Agree with what @gdh1995 recommended, but see also this.
BTW, I have a customized version of Vimium (https://github.com/gdh1995/vimium-c), and I've added 2 new features: "whitelist of hooked keys in exclusion rules" and "command to toggle Vimium's status", so you may have a try: https://github.com/gdh1995/vimium-c/releases
Configure on the options page:
^
", then it's a regexp)^
", and all others are auto parsed and splitted by spaces^ <f9> <f10>
" for a page of "^file:///D:/"map <f9> openUrl url="vimium://status\u0020enable"
map <f10> openUrl url="vimium://status\u0020reset"
map <s-f9> openUrl url="vimium://status\u0020disable"
Usage examples:
<f9>
or <f10>
<f9>
and then press f
, so Vimium will show link hints<f10>
, so Vimium will be reset to the initial "white-list-of-hooked-keys" mode.Is it enough? Any ideas are welcomed.
Most helpful comment
BTW, I have a customized version of Vimium (https://github.com/gdh1995/vimium-c), and I've added 2 new features: "whitelist of hooked keys in exclusion rules" and "command to toggle Vimium's status", so you may have a try: https://github.com/gdh1995/vimium-c/releases
Configure on the options page:
^
", then it's a regexp)^
", and all others are auto parsed and splitted by spaces^ <f9> <f10>
" for a page of "^file:///D:/"map <f9> openUrl url="vimium://status\u0020enable"
map <f10> openUrl url="vimium://status\u0020reset"
map <s-f9> openUrl url="vimium://status\u0020disable"
Usage examples:
<f9>
or<f10>
<f9>
and then pressf
, so Vimium will show link hints<f10>
, so Vimium will be reset to the initial "white-list-of-hooked-keys" mode.Is it enough? Any ideas are welcomed.