ideavim Questions

7

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 wh...
Lorant asked 8/5, 2020 at 14:37

5

Is there a way to move through list of suggestions without leaving keyboard home row? I am looking for some kind of vim-style analog to up/down arrow actions.
Colonel asked 10/7, 2016 at 8:20

5

Solved

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 te...
Tamatamable asked 12/1, 2015 at 9:5

12

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 h...
Malicious asked 11/2, 2014 at 19:47

4

Solved

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...
Elflock asked 12/10, 2017 at 21:59

4

Solved

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 re...
Mcbrayer asked 28/7, 2013 at 5:14

3

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 C...
Wolfy asked 23/4, 2015 at 21:37

2

Solved

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 k...
Skite asked 7/11, 2019 at 12:17

2

Solved

I want Ctrl-W to close the current editor tab in IntelliJ IDEA. I use IdeaVim, and somehow that seems to be thwarting my attempts. Things I've tried that didn't work: Adding a "Ctrl+W" shortcut ...
Adaptation asked 27/3, 2018 at 17:25

2

Solved

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 plu...
Familiarize asked 25/1, 2018 at 8:5

4

Solved

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: <A-n>, <...
Ringhals asked 17/3, 2019 at 0:26

2

Solved

Suppose a Foo.java file which defines the Foo class. The cursor is now on some line of Foo.java. The symbol under the cursor is not necessarily Foo). How to quickly jump to the class declaration ...
Submergible asked 25/8, 2016 at 2:43

1

Solved

I'm using the paid version of the Comma IDE. I'd like to be able to automatically fold the POD. I'm usig the ideavim plugin but that doesn't seem to offer a solution. I also tried to use the "...
Wymore asked 15/1, 2023 at 6:37

3

Solved

Is there a way to disable mouse support in file edition on ideavim? It is really annoying that it enters into visual mode each time I click. It isn't possible to have the same behavior as vim with...
Possie asked 6/10, 2015 at 9:44

3

Solved

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 screen...
Velure asked 7/9, 2015 at 17:31

2

Is there any way to turn off the sound which rings when a line is uncommented? I find many ways to turn off sounds in IDEAvim, but I am asking about the sound above, not about a plugin. Default edi...
Protoactinium asked 13/8, 2020 at 1:25

2

I'm using pycharm and ideavim plugin for vim-like editing. When I using :normal command, I was told "Not an editor command: normal" Is there an alternative way to be done my work (for multi-lines...
Shaughnessy asked 16/12, 2015 at 9:9

3

Is it possible with the plugin IdeaVim for IntelliJ to navigate thourgh project file (in the window below) using hjkl key ? Like the CtrlP plugin for Vim.
Hutchens asked 25/4, 2016 at 6:44

5

Solved

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 ....
Cho asked 25/11, 2015 at 2:10

4

I tried to map Numpad 1 to a key combination in PHPStorm Idea VIM using the following command: :map k1 keycombination Now actually k+1 is mapped to the key combination. When navigating using the ...
Landan asked 12/1, 2015 at 15:14

3

Solved

Record my macro the usual way: qa ..do stuff.. q Try to replay it 5 times but it only runs once: "5@a How do I run it multiple times? Opened bug report: https://youtrack.jetbrains.com/issue/VIM-...
Excoriate asked 12/1, 2018 at 20:46

4

Solved

I'm used to quickly opening a file in vim with :e . Quick and simple, especially with tab filename completion. However :e doesn't seem to be wired up to open files for ideavim. Typing :e has no re...
Ondrej asked 2/10, 2017 at 1:13

4

Solved

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...
Legpull asked 21/1, 2015 at 4:6

6

Solved

In Vim we can use Ctrl + N or Ctrl + P to finish code completion. How to configure it in IdeaVim for IntelliJ?
Trenton asked 10/5, 2015 at 8:2

9

Solved

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...
Buffy asked 7/4, 2011 at 18:20

© 2022 - 2025 — McMap. All rights reserved.