gdh1995 / vimium-c

A keyboard shortcut browser extension for keyboard-based navigation and tab operations with an advanced omnibar
https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
Other
3.33k stars 254 forks source link

Is there any way to disable F2 and <c-e> to avoid shortcut conflict with Vivaldi browser? #1088

Open mi1escr0we opened 7 months ago

mi1escr0we commented 7 months ago

Use vimium for years on Chrome and recently switch to vivaldi, and there is a conflict that vim would override browser's Ctrl+e or F2, any solution plz?

gdh1995 commented 7 months ago

You may use unmap:

For example, add these into Custom key mappings on Vimium C Options page:

unmap <f2>
unmap <c-e>
mi1escr0we commented 7 months ago

You may use unmap:

For example, add these into Custom key mappings on Vimium C Options page:

unmap <f2>
unmap <c-e>

Works great!Truly appreciate!