IdeaVim is a Vim emulation plug-in for IDEs based on the IntelliJ IDEA platform.
Questions tagged [ideavim]
245 questions
106
votes
2 answers
Intellij IDEA with ideavim. Cannot copy text from another source
I tried to copy text from IDEA with ideavim plugin, using default vim keybindings (y). But this text isn't copied in global buffer and i can paste it only in IDEA.
How can I use copied piece of text in browser, for example?

Supo
- 1,135
- 3
- 8
- 10
82
votes
4 answers
How do I tell IntelliJ IdeaVim to re-source the .ideavimrc
I made some changes to my .ideavimrc and I want IntelliJ IdeaVim to reload the file. I can obviously close and reopen IntelliJ, but that sucks.
How can I re-source my .ideavimrc without restarting IntelliJ?

Freedom_Ben
- 11,247
- 10
- 69
- 89
76
votes
9 answers
Is there a way to get IdeaVIM to honor the mappings from my .vimrc file?
I've recently gotten into vim in a big way (again), and I now have a ton of customization in my .vimrc file. I realize that not everything in there would make sense in the context of an IDEA plugin, but I'd really like it if things like remapping jj…

Hank Gay
- 70,339
- 36
- 160
- 222
74
votes
4 answers
Pycharm with IdeaVim occasionally makes the keyboard unresponsive
Every so often when using PyCharm Community Edition with IdeaVim in Ubuntu 13.10, the keyboard stops accepting input and I have to restart the IDE. The cursor still moves when I click different text areas, but I can't type anything even after…

Huguenot
- 2,427
- 2
- 17
- 14
60
votes
4 answers
how to change editor behavior in intellij idea
I have installed IntelliJIdea 14.0.2 just now. I do not know its default editor but it is opening my source files in vi option now. So, not letting me do default action like Ctrl + v, Ctrl + d which was present before and I used to like it.
So, how…

surenyonjan
- 2,097
- 3
- 17
- 26
47
votes
6 answers
How to configure in IdeaVIM Ctrl + N and Ctrl + P completion from Vim?
In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?

Simon Su
- 2,143
- 6
- 20
- 21
43
votes
5 answers
How can I use vim plugins with Ideavim?
I would like to use Tim Pope's vim surround plugin in my Pycharm IDE. I've been using the IdeaVim plugin for Pycharm to use vim motions and commands.
I know I can use ~/.ideavimrc like my normal .vimrc but I cannot find
information about how to use…

Sebastian Wozny
- 16,943
- 7
- 52
- 69
42
votes
11 answers
Using PhpStorm IdeaVim, I can't use shift+arrow keys to select words
I am using PhpStorm 7.1.2 with IdeaVim plugin.
When in Insert mode, I want to select words using Shift + ArrowKey. However, this IdeaVim plugin seems to be preventing from doing that. I can only highlight the words in Command mode using v…

kidonchu
- 785
- 1
- 9
- 20
38
votes
5 answers
ideavim how to navigate to declaration / implementation of a method?
I was reading: http://ideavim.sourceforge.net/vim/quickref.html .
When my cursor is on a method how do I navigate to its declaration / impelementation (like ctrl-b in normal mode) I tried gd but it did not do anything.

Jas
- 14,493
- 27
- 97
- 148
37
votes
4 answers
Intellij IdeaVim change keys
I would really like to be able to use IdeaVIM but I am unable to figure out where I can set my custom vim key mappings. For example instead of using Esc I would like to use Ctrl-C and instead of using hjkl I like to use wasd.
I have all these…

gdoubleod
- 1,268
- 3
- 19
- 33
32
votes
5 answers
Escape to IntelliJ IDEA shortcuts from IdeaVim
I'm used to both vim and IntelliJ default hotkeys. I'd like to not to have to change any of them - I'd rather like to be able to use conflicting IntelliJ bindings, like CTRL-P for example, after some kind of escape key.
Conflict balloon and my…

Thirteenth Seeker
- 333
- 1
- 3
- 5
27
votes
4 answers
IdeaVim, multi cursor usage
I'm trying to trigger (to use) the IdeaVim multi cursor plugin: https://github.com/JetBrains/ideavim#emulated-vim-plugins -> multiple-cursors
In the github docs we have commands: , , , g to trigger/use this plugin, but I'm not…

Nikola Zivkovic
- 819
- 1
- 9
- 20
24
votes
1 answer
How to display current mode IdeaVIM is in?
I would like to see which Vim mode I am currently in while using IdeaVIM in PyCharm, or any other JetBrains IDE.
It happens that I select a single character with the mouse (e.g. accidental double-click on a single letter) and the cursor then…

pnd
- 422
- 5
- 13
22
votes
1 answer
How to do case insensitive search in ideavim (with / and ?)
Default search setting in IdeaVIM is case sensitive search.
For example, doing
/action
doesn't give results for Action but only actions
How to do case-insensitive search?

sudo bangbang
- 27,127
- 11
- 75
- 77
22
votes
2 answers
Ideavim Folding and Expanding Code Blocks
What is the key binding for folding and expanding code blocks in ideavim plugin ?
(za works in vrapper for eclipse , but not in ideavim )

amin
- 3,672
- 5
- 33
- 61