I shifted my navigation keys to one key right (j,k,l,艧 instead of h,j,k,l) with this configuration:
unmap h
map j scrollLeft
map k scrollDown
map l scrollUp
map 艧 scrollRight
unmap H
map J goBack
map K previousTab
map L nextTab
map 艦 goForward
However when I enter Visual mode by pressing 'v', navigation keys revert to their original bindings (h,j,k,l). Is this a bug or am I missing something obvious in my configuration?
Browser: Firefox 57.0.1 64-bit
OS: Ubuntu 17.10 64-bit
Vimium version: Vimium 1.62
However when I enter Visual mode by pressing 'v'
Visual mode does not respect key mappings. j
, k
, etc. are hard wired.
(It's been a known issue for quite some time, but the level of demand to fix it is surprisingly low. Perhaps just nobody is using visual mode.)
Perhaps just nobody is using visual mode.
This might be due to the fact that pressing 'v' key does not let you choose where to start selecting. I used VimFX before Firefox Quantum and visual mode was really helpful there since it let user to choose where to start the selection using hint characters just like how it is with links.
This might be due to the fact that pressing 'v' key does not let you choose where to start selecting.
I usually use /
to select some text first. Then visual mode starts there.
That is a really helpful tip, thank you.
Most helpful comment
I usually use
/
to select some text first. Then visual mode starts there.