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.
切换到另一个应用程序后,如何将 vim 配置为自动写入缓冲区?alttab
你要:
autocmd FocusLost * :wall
在你的 .vimrc
我刚试过,它似乎工作。