0

In VIM, we can move forward 3 words with 3w and move backward 3 words with 3b.

Any chance we can do this in PHPStorm?

If no, any idea how to move the carret quickly within a line without going forward word by word with ?

Mick
  • 26,684
  • 12
  • 104
  • 126

1 Answers1

2

There is IdeaVim plug-in for PhpStorm, did you try it?

CrazyCoder
  • 350,772
  • 137
  • 894
  • 800
  • This is just awesome! This plugin is very well rated, and works amazingly well! Thanks @CrazyCoder. – Mick Feb 01 '13 at 10:35
  • The only downside is that remapping doesn't seem to work... for example `:inoremap jk ` to assimilate the `ESC` to `jk` – Mick Feb 01 '13 at 11:21
  • You are welcome to report plug-in issues [here](http://youtrack.jetbrains.net/issues/VIM). – CrazyCoder Feb 01 '13 at 11:37
  • All good @CrazyCoder, this person had a similar [problem](http://stackoverflow.com/questions/10149187/intellij-ideavim-change-keys). – Mick Feb 01 '13 at 11:38