jpmossin / CharJump

Intellij plugin - Quickly jump to any visible position in the editor
MIT License
12 stars 2 forks source link

Compatibility with IdeaVim #1

Open I60R opened 7 years ago

I60R commented 7 years ago

Hello, thanks for this plugin.

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.

jpmossin commented 7 years ago

Hi, Thanks for reporting the issue. I don't use ideavim myself, but I think I know why it does not work so I'll try to have a look at it.