通过 samba 编辑文件时 Vim 很慢
我有一台在 vmware 中运行 ubuntu 的 Windows 主机。我设置 ubuntu 导出 samba 共享,以便我可以在 Windows 上使用 gvim。通过此连接编辑文件时,视觉模式会变得非常慢。我还注意到 bufexplorer 在这段时间也变慢了。当我在 Windows 主机上编辑文件时,这些都不慢。
我可以做什么来提高性能?
I have a windows host running ubuntu in vmware. I set up ubuntu to export a samba share so that I could use gvim on windows. When editing files over this connection visual mode gets really slow. I have also noticed bufexplorer gets slow during this time too. Neither of these are slow when I am editing files on the windows host.
What can I do to improve performance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我要尝试的第一件事是将
directory
选项(请参阅:help directory)设置为本地目录。这样,所有交换文件操作都不会通过网络进行。The first thing I would try is setting the
directory
option (see :help directory) to a local directory. That way all the swap file operations won't go over the network.