本文主要是介绍Vim skills,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
记录工作常用的vim使用命令和技巧
- 多程序共同访问同一个文件,重新加载指令
:e
to reload the file. I believe, if you've made changes to the
file, it requires you to do
:e!
to force-discard your local changes and reload from the disk.
If I'm not sure, I'll often yank my current copy into a scratch
buffer/window, force-reload the file from disk, and then use
这篇关于Vim skills的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!