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 to change this behavior like present in sublime - editors
?
disable below option in menu bar.
Tools -> VimEmulator(Ctrl + Alt + V)
If you don't need vi keybindings, uninstall the IdeaVIM plugin.