vimium-c
vimium-c copied to clipboard
Is there any way to disable F2 and <c-e> to avoid shortcut conflict with Vivaldi browser?
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?
You may use unmap:
For example, add these into Custom key mappings on Vimium C Options page:
unmap <f2>
unmap <c-e>
You may use
unmap:For example, add these into
Custom key mappingson Vimium C Options page:unmap <f2> unmap <c-e>
Works great!Truly appreciate!