how to change editor behavior in intellij idea

前端 未结 4 849
猫巷女王i
猫巷女王i 2021-01-30 08:24

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 ac

相关标签:
4条回答
  • 2021-01-30 08:49

    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

    0 讨论(0)
  • 2021-01-30 09:02

    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".

    0 讨论(0)
  • 2021-01-30 09:03

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

    0 讨论(0)
  • 2021-01-30 09:14

    disable below option in menu bar.

    Tools -> VimEmulator(Ctrl + Alt + V)

    0 讨论(0)
提交回复
热议问题