Questions tagged [ideavim]

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

245 questions
21
votes
4 answers

Useful customizations in .ideavimrc

I'm interested in hearing how some of you have customized your .ideavimrc file to improve your workflows within your Jetbrains IDE. I'm unsure of its capabilities and would love to know what can be customized. A list of possible customizations would…
domi91c
  • 1,962
  • 4
  • 23
  • 38
21
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
  • 38,000
  • 12
  • 52
  • 70
20
votes
3 answers

switch to split screen in IntelliJ (ideaVim)

In Vim I can CTRL+W+H to switch to the split screen, how could one achieve the same in IntelliJ? Example: I press :vsplit it opens up a split-screen, now I'd like to switch between those screens. I found this changelog but the option I'm looking…
AME
  • 2,262
  • 6
  • 19
  • 39
17
votes
6 answers

How to get both absolute and relative line numbers in ideavim for IntelliJ?

I am using IntelliJ IDE for my projects and just installed ideamvim plugin. In the .ideavimrc I added this property set rnu with this property I get relative line numbers in my files in intellij which is amazing. But can I ALSO get absolute line…
theprogrammer
  • 1,698
  • 7
  • 28
  • 48
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…
17
votes
1 answer

IdeaVim plugin in pycharm doesn't support continuous scroll for long press?

The IdeaVim plugin in pycharm doesn't support continuous scroll as nor Vim or MacVim does. When you press "j" to move or any other key to move, it acts just once, instead of scrolling continuously when long pressed. Any suggestions ?
curiousMonkey
  • 677
  • 6
  • 15
16
votes
2 answers

How to surround a line with parentheses in IntelliJ IdeaVim?

IntelliJ IdeaVim supports vim-surround features now. But how can I quickly surround a line with parentheses in IntelliJ using IdeaVim? I can do this using yss) or yssb in Vim using the surround plugin. Currently I have to use ^ to go the beginning…
Benjamin Du
  • 1,391
  • 1
  • 17
  • 25
16
votes
4 answers

Incremental search in IdeaVim

With incsearch enabled in Vim, the cursor moves to the next match as I type the first character. IdeaVim doesn't seem to respect this setting. How should I turn on incremental search in IDEA?
woodings
  • 7,503
  • 5
  • 34
  • 52
15
votes
2 answers

Is there a way to enable/disable Intellij IdeaVim plugin using keyboard shortcut?

I am using IdeaVim in Intellij as I can't really get over modular editing. But there are times when I just want it completely disabled (like when a coworker shows me something on my computer). I know it can be disabled through the plugin manager by…
FLPP
  • 153
  • 1
  • 5
12
votes
3 answers

Ctrl+T, Ctrl+O, not working right

Neither Ctrl+T nor Ctrl+O in IdeaVim always return to the previous location when jumping to something in any way. Yes, after something like Ctrl+], you can jump back to where you came from using Ctrl+O. But there are all kinds of different ways to…
Mike
  • 2,393
  • 3
  • 25
  • 37
12
votes
2 answers

IdeaVim doesn't load .vimrc?

I am using the latest ideaVim (0.32) with PyCharm 3.1 on OS X 10.9.2. I have several key mappings in ~/.vimrc but non of them seem to be read by ideaVIM. From the update log of ideaVIM I think it is supposed to load a subset of .vimrc files and it…
tgeng
  • 1,768
  • 2
  • 15
  • 20
12
votes
4 answers

IdeaVim and russian layout

Is there any way to make IdeaVim understand russian layout in modes other than Input? In my .vimrc I have set keymap=russian-jcukenwin so I can switch languages in VIM by pressing Ctrl+^ and relatively happy with that. But it seems that IdeaVim…
Alex Chekunkov
  • 667
  • 7
  • 12
11
votes
1 answer

How to break a long line in IdeaVim

I'd like to be able to break lines longer than 100 characters into multiple lines of less than 100 characters in IntelliJ IdeaVim. The Vim solution in vim command to restructure/force text to 80 columns doesn't work.
brandones
  • 1,847
  • 2
  • 18
  • 36
11
votes
1 answer

How to set the search results color of ideavim in pycharm?

Recently I switch from vim to Pycharm to program and have installed ideavim plugin. It works well in most cases. When I search for a text, it finds the result, but the searching result has no highlighting color, e.g. I typed 'first_pos' in the…
user1955023
  • 111
  • 1
  • 3
10
votes
2 answers

Where i can find .ideavimrc file of ideavim 0.41 on windows 7?

I use android studio on Windows 7 and it installed IdeaVim, i used :map jj (i know it's a mistake), after that i used :map jj in order to disable it and it became . But when i came back to command mode, i can't use j to go down anymore. I…
pc43
  • 439
  • 1
  • 7
  • 19
1
2
3
16 17