Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ: Mapping ctrl-V to go into visual block mode for ideavim

I've accidentally turned off ideavim's ctrl-V keybind to go into visual mode. How can I turn it back on again?

(I'm also using IntelliJ 13.1 for mac, so the path to change some settings may be different.)

like image 948
hlin117 Avatar asked Sep 28 '14 02:09

hlin117


1 Answers

In addition to IDE Settings > Keymap, as mentioned by Darek Kay, you may also need to check the IDE Settings > Vim Emulation section, which lists conflicts between IDE key bindings and VIM bindings. If you see ^V listed there, you can select whether to handle that key with the IDE or with Vim.

like image 173
jbyler Avatar answered Sep 20 '22 15:09

jbyler