Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 298
surenyonjan Avatar asked Jan 26 '15 18:01

surenyonjan


People also ask

How do I change the editor in IntelliJ?

icon on a tab, in the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Editor | General | Editor Tabs and select the appropriate option in the Close button position field.

How do I change display settings in IntelliJ?

To change it, open the Settings / Preferences dialog and select Appearance & Behavior | Appearance. There, you can use the Theme selector to choose a UI theme. The built-in themes include Darcula, IntelliJ Light, Windows or macOS Light, and the special High Contrast theme for visually impaired users.


2 Answers

disable below option in menu bar.

Tools -> VimEmulator(Ctrl + Alt + V)

like image 59
redredtokki Avatar answered Sep 28 '22 09:09

redredtokki


If you don't need vi keybindings, uninstall the IdeaVIM plugin.

like image 20
yole Avatar answered Sep 28 '22 09:09

yole