vim可以用鼠标操作吗

发布于 2024-07-17 13:39:11 字数 32 浏览 4 评论 0原文

vim 可以用鼠标操作吗? 如果是这样,怎么办?

Is it possible to use vim with the mouse?
If so, how?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

清晰传感 2024-07-24 13:39:11

您可以使用 :set mouse=a 启用鼠标(字母“a”表示在所有模式下启用)

You can enable the mouse with :set mouse=a (The letter 'a' means enable it in all modes)

叶落知秋 2024-07-24 13:39:11

使用 GVim,您可以选择文本并移动光标,然后用鼠标选择菜单选项。 复制和粘贴,通过右键单击等...但我想这忽略了使用 VIM 的要点。

With GVim, you can select text and move the cursor, and select menu options with the mouse. Copy and paste, by right-clicking etc... But I guess this misses the point of using VIM.

极度宠爱 2024-07-24 13:39:11

您可以将某些操作映射到鼠标左键单击和右键单击。 还有很多已经映射的操作可以与 ctag 和其他东西一起使用。

:help mouse-using

You can map certain actions to mouse left click and right click. And there are plenty of already mapped actions to work with ctags and other things.

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