如何在 gVim 中关闭自动复制到剪贴板
当在(我的)gVim 中选择文本时,它会自动复制到剪贴板(X11 行为)。虽然这在 X11 下还可以,但在 Windows 和 Mac OS 中却开始让我烦恼。我确信这可以在某个地方关闭。但我就是找不到合适的帮助页面。可能使用了错误的 Google 搜索词和 :help
。
问题:我需要切换哪个 :set
设置才能使 Vim 表现得像 OS X 或 Windows,并且仅通过 Ctrl-C 复制到剪贴板。 (映射已经到位)
PS:在一家提供 IE 的公司工作,没有拼写检查 - 对此感到抱歉。
When a text is selected in (my) gVim then is copied automaticaly into the clipboard (X11 behavior). While this has been ok under X11 it starts to anoy me in Windows and Mac OS. I am sure this can be switched off somewhere. But I just can't find the propper help page. Probably using the wrong search term for Google and :help
.
Question: Which :set
setting do I need to toggle to make Vim behave like an OS X or Windows and copy to the clipboard only on Ctrl-C. (Mapping are already are place)
PS: Working from a company provided IE without spell check - sorry about that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
必须有类似的内容
您的 rc 文件之一中 。删除该行。欲了解更多信息:(
包括引号)
另请参阅:
You must have something like
In one of your rc files. Remove that line. For more information:
(including the quotes)
See also:
我在寻找这个问题的答案时遇到了你的问题。
将其添加到你的 .gvimrc 以禁用 VIM 中的自动复制
I came across your question on the search for the answer to this problem..
Add this to your .gvimrc to disable autocopy in VIM