Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it easy to toggle the vim plugin if you want to disable it?

I really want to use the vim plugin but before I install it I just want to know how easy it is to toggle it on/off?

Does it mess up any of the key bindings or when I toggle it on/off it will revert things nicely without issue?

like image 477
cool breeze Avatar asked Aug 18 '16 14:08

cool breeze


People also ask

How to disable Vim in IntelliJ?

After you restart the IntelliJ IDEA, Vim is enabled and the editor starts operating in the Vim mode. To disable it, deselect Tools | Vim in the main menu.


2 Answers

It's very easy to toggle the Vim plugin on or off. There will be an option under the Tools menu that will allow you to do so. Your previous keybindings shouldn't be affected if you decide to turn the Vim emulator off.

vim emulator

like image 130
zarak Avatar answered Oct 06 '22 00:10

zarak


Old post, but I was still looking for the answer, so here goes. Not enough rep to comment on the accepted answer, so I will expand on it here. It would appear that my IntelliJ did not have shortcut defined by default (maybe this has changed through the years). You must go into your settings and define a keyboard shortcut.

[IntelliJ IDEA 2020.3.3]
Settings -> Keymap -> Plugins -> IdeaVim. There should be a Vim Emulator option (which corresponds to the Tools menu option pictured above). Right-click on that item and select Add Keyboard Shortcut. Make the shortcut whatever you like...as long as it is not already assigned.

The shortcut keys will be reflected in the Tools menu if you later forget what you assigned.

like image 39
Lurker32 Avatar answered Oct 06 '22 00:10

Lurker32