Questions tagged [ideavim]

IdeaVim is a vim emulation plug-in for IDEs based on the IntelliJ platform.

206 questions
88
votes
1 answer

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
  • 945
  • 2
  • 7
  • 9
73
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,397
  • 2
  • 16
  • 14
67
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
  • 65,372
  • 31
  • 148
  • 218
59
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
  • 1,989
  • 2
  • 15
  • 25
49
votes
1 answer

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
  • 9,386
  • 9
  • 58
  • 83
39
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
  • 1,633
  • 4
  • 17
  • 19
38
votes
8 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
  • 745
  • 9
  • 19
34
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
  • 12,534
  • 20
  • 79
  • 134
33
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,138
  • 3
  • 15
  • 32
32
votes
4 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
  • 13,254
  • 4
  • 42
  • 60
30
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
  • 313
  • 1
  • 3
  • 5
20
votes
2 answers

Shortcut key to indent a block of text with IdeaVim and Phpstorm

Without IdeaVim in PhpStorm, the tab key can be used to indent a selected block of text. However, I'm interested to know if there's a shortcut key that does the same thing with the IdeaVim plugin installed (without losing any functionality that the…
Highly Irregular
  • 32,530
  • 11
  • 45
  • 65
19
votes
3 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…
19
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
  • 362
  • 3
  • 13
17
votes
1 answer

IdeaVim with Jupyter Notebook on PyCharm

I am trying out IntelliJ. I have installed the Python plugin, and IdeaVim. I cannot navigate properly across Jupyter Notebook cells using hj. I mean, on normal mode, I cannot go to the next (or previous) cell, even if there is one, using hj. Is…
1
2 3
13 14