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

后端 未结 3 1063
失恋的感觉
失恋的感觉 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:56

    in c:\program files\vim\_vimrc:

    " source $VIMRUNTIME/mswin.vim
    " behave mswin
    

    Comment out these two lines

提交回复
热议问题