IdeaVim is a Vim emulation plug-in for IDEs based on the IntelliJ IDEA platform.
Questions tagged [ideavim]
245 questions
0
votes
1 answer
PyCharm + IdeaVim: search automatically move moves splitted window to the left
PyCharm (Community Edition 3.4.1)
IdeaVim (Build 0.35-234).
My problem is if I vertically split the window and do the vim style search (with '/'), after I hit enter, the tab searched in will be automatically opened in the left window if originally…

wlnirvana
- 1,811
- 20
- 36
0
votes
2 answers
PhpStorm and IdeaVim - shortcut to complete line?
I'm using the current PHP Storm EAP (138.1505) and IdeaVim 0.35.
Suppose I just want to type:
print_r($foo);
I press i to go into Vim insert mode.
I type p r and I can choose print_r via the autocomplete.
It'll add open and close braces () for…

William Turrell
- 3,227
- 7
- 39
- 57
0
votes
1 answer
How can I install an intellij plugin from source?
I'm trying to install the ideaVim plugin for intellij from source. I'm using this repo.
When I cd into the top level of the ideavim directory and then run ant jar, it produces the IdeaVim.jar file fine.
Then I go into my ~/.IntelliJIdea13/config/…

Grammin
- 11,808
- 22
- 80
- 138
0
votes
1 answer
PyCharm Vim plugin line wrapping
In PyCharm with the Vim plugin, how do I make it so that the cursor will wrap lines (go from beginning of one line to the end of the previous or vice versa)?
The .vimrc is:
set whichwrap=<,>,h,l,[,]
but there's no way to configure a .vimrc in…

Jon Chu
- 1,877
- 2
- 20
- 19
-1
votes
1 answer
PHPStorm ideavim plugin: shell escapes and ctrl-n/ctrl-p completion
this is a two-parter.
I am a longtime vi/vim user trying out phpstorm 10. i have the ideavim plugin installed and, generally speaking, it's the best vim emulator i've seen to date. however, there are two issues that i would love to get solutions…

frymaster
- 664
- 7
- 12