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.
当我向上滚动正在编辑的文件时,我有时会得到这个。
http://postimage.org/image/ajhrqm3ox/
如您所见,上面的部分不是im编辑的文件,而是运行vim之前的终端内容..:)。
如果您尝试使用鼠标滚轮滚动并且终端正在捕获它并在其自己的缓冲区中回滚,请启用鼠标模式,启用鼠标:
set mouse=a
有关:help mouse可能的鼠标模式的说明,请参阅 参考资料,并注意这也将允许用鼠标定位 Vim 的光标、进行视觉选择和其他预期的鼠标行为。
:help mouse