vimium-c icon indicating copy to clipboard operation
vimium-c copied to clipboard

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

Open mi1escr0we opened this issue 1 year ago • 2 comments

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?

mi1escr0we avatar Feb 07 '24 15:02 mi1escr0we

You may use unmap:

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

unmap <f2>
unmap <c-e>

gdh1995 avatar Feb 12 '24 14:02 gdh1995

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!

mi1escr0we avatar Feb 13 '24 23:02 mi1escr0we