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.
有一种方法可以使用 Sublime Text 的 SFTP 插件远程编辑文件。因为我的网络很慢,当我想ssh到服务器使用vim编辑代码时,会很慢。我尝试了 vim 的名为“netrw”的插件,但我不喜欢它。您能否建议另一种使用 vim 立即编辑远程服务器文件的方法?
没有任何“用户不友好”的地方:
:e scp://foo@bar.baz//path/to/dir/ (edit file) <C-^> (edit another file) <C-^> (edit another file) <C-^> (rinse, repeat)
你得到一个文件列表,你选择一个要编辑的文件,你回到那个文件列表,你选择另一个文件……很简单。
其他选项: