how to change editor behavior in intellij idea

2019-03-08 02:56发布

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?

4条回答
狗以群分
2楼-- · 2019-03-08 03:26

If you don't want to uninstall vi, you can either turn it off, like @redredtokki states (Tools > VimEmulator), or

Change just the Ctrl-X, Ctrl-V keys in File > Settings > Other Settings:

Idea Vim Emulation Keys

Change the column on the right from "Vim" to "IDE".

查看更多
小情绪 Triste *
3楼-- · 2019-03-08 03:31

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

查看更多
一夜七次
4楼-- · 2019-03-08 03:41

disable below option in menu bar.

Tools -> VimEmulator(Ctrl + Alt + V)

查看更多
霸刀☆藐视天下
5楼-- · 2019-03-08 03:47

If you wanna use vim and also shortcuts like Ctrl+C/Ctrl+V/Ctrl+X, you may redefine the shortcuts as IDE shortcuts in:

File-->Settings-->Other Settings-->Vim Emulator

查看更多
登录 后发表回答