how to change editor behavior in intellij idea

梦想的初衷 提交于 2019-12-02 15:04:16

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

disable below option in menu bar.

Tools -> VimEmulator(Ctrl + Alt + V)

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

Change the Ctrl-X and Ctrl-V keys in File > Settings

under: Editor > Vim Emulation:

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!