Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以用鼠标使用vim吗?如果是这样,怎么做?
您可以启用鼠标:set mouse=a(字母“a”表示在所有模式下启用它)
:set mouse=a
使用 GVim,您可以选择文本并移动光标,并使用鼠标选择菜单选项。复制和粘贴,通过右键单击等...但我想这错过了使用 VIM 的重点。
您可以将某些操作映射到鼠标左键单击和右键单击。并且有很多已经映射的动作可以与 ctags 和其他东西一起使用。
:help mouse-using