How to make gvim on Windows behave exactly like linux console vim?

后端 未结 3 1064
失恋的感觉
失恋的感觉 2020-12-23 22:33

I have used Vim extensively on linux console, I am used to it\'s keyboard shortcuts, like Ctrl+V for vertical selection, and many others.

I hav

3条回答
  •  借酒劲吻你
    2020-12-23 22:40

    Issue the following commands:

    set compatible
    :mkvimrc!
    

    That will write out a _vimrc that overrules the one in \Program Files\vim

提交回复
热议问题