如何在 MacVim 中编辑来自多个远程服务器的多个文件?

发布于 2024-10-20 21:57:56 字数 90 浏览 5 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅紫色的梦幻 2024-10-27 21:57:56

您可以在多个缓冲区中组合使用 :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.

凶凌 2024-10-27 21:57:56

我使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文