I use it together with IdeaVim mapped to "s" key in normal mode.
My ~/.ideavimrc contains
map s :action CharJumpAction<CR>
Problem is that it jumps to right position, but also triggers IdeaVim action mapped to target key.
I.e. when i type sai it jumps and triggers "insert mode", sax will jump and cut one character, etc.
Hello, thanks for this plugin.
I use it together with IdeaVim mapped to "s" key in normal mode. My
~/.ideavimrc
containsProblem is that it jumps to right position, but also triggers IdeaVim action mapped to target key. I.e. when i type
sai
it jumps and triggers "insert mode",sax
will jump and cut one character, etc.