Does anyone use Vim with VSCode?
For some reason, my <leader>
key (space), does not activate the easy-motion plugin (I made sure it is enabled in the settings), but just moves the cursor to the right once.
I am new to VS Code, am I missing something? I still haven't figured out how .vimrc
works with VS Code.
TIA!
.vimrc
file is conflicting with the vim plugin, first disable use ofvimrc
and then try to use easymotion. – Deepdyed