Vim实用技巧笔记072023-10-04 11:35:46打开与保存文件 :edit 以文件路径打开文件 :write 把缓冲区内容写入磁盘,就是:w命令,太常见了 :pwd 显示工作目录 print working directory 与bash命令的功能一样 :Explore 打开内置的文件浏览器 :E 通过:Sexplore 和 :Vexplore 也可以打开窗口 上一篇:设计模式——19备忘录模式(Memento)下一篇:OPC Server与YFIOServer成功绑定