Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道打开文件时是否可以让 VsVim 以插入模式启动。我试过把:set insertmode, 和start在我的 vimrc 中,但是这两个都没有效果。如果在我重新打开解决方案时将我打开的所有文件设置为插入模式,那也很棒。任何帮助,将不胜感激。
:set insertmode
start
尝试使用 -c 命令启动-c 'startinsert' FILENAME
-c 'startinsert' FILENAME