如何在 MacVim 中编辑来自多个远程服务器的多个文件?
在 MacVim 中编辑来自多个远程源的多个文件的最佳方法是什么?更改应实时保存到服务器。如果您可以通过缓冲区从多个远程位置复制和粘贴多个文件之间的更改,那就太好了。
What's the best way to edit multiple files from multiple remote sources in MacVim? Changes should be saved live to the server. And it would be nice if you could yank and paste changes between multiple files from multiple remote via buffers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在多个缓冲区中组合使用
:e ftp://[user@]machine/path
和:w ftp://[user@]machine/path
但在我看来,这简直就是浪费时间。尝试
:help netrw-nread
了解更多信息。You can use a combination of
:e ftp://[user@]machine/path
and:w ftp://[user@]machine/path
in multiple buffers but it looks to me like an horribly convoluted waste of time.Try
:help netrw-nread
for more info.我使用 Interarchy 进行 FTP,它可以很好地处理这个问题。查看远程列表时,右键单击并选择“编辑方式”。 Interarchy 将其发送到 MacVim 并自动处理缓冲区。
I use Interarchy for FTP, and it handles this quite nicely. When viewing a remote listing, right click and select "Edit With". Interarchy sends it to MacVim and handles the buffer automatically.