IdeaVim has this bug, where you can't go the the line's end by typing a dollar sign ($). You can see it demonstrated here, what happens when I try:
And here (this gif is too big, so I had to link it).
Since I'm using IdeaVim, my fingers are far away from the arrow-keys, so Cmd-→ isn't an option for something I use so many times during the day.
Is there a way to setup a new shortcut for this motion that works regardless of linebreaks and characters on the line?
--Addition 1 I'm on a Mac, so I have no 'End'-key.
--Addition 2
I imagined either for something to put in the .ideavimrc
file - or for a fix in the PhpStorm-settings. But anything that will take me to the end of the line that I am on (not the visual line due to the soft wrap, but the actual line), will serve as an answer.
Am I the only one out here with this problem? Can others reproduce it (by installing The IdeaVim-plugin, enabling soft wrap and then going to a very long line (that takes up more than one visual line) and press $)?