顺便说一句,我正在使用 Hardy Heron Ubuntu 构建。
问问题
1188 次
2 回答
1
尝试:
:设置鼠标=a
“:帮助鼠标”说
Enable the use of the mouse. Only works for certain terminals
(xterm, MS-DOS, Win32 |win32-mouse|, qnx pterm, and Linux console
with gpm). For using the mouse in the GUI, see |gui-mouse|.
The mouse can be enabled for different modes:
n Normal mode
v Visual mode
i Insert mode
c Command-line mode
h all previous modes when editing a help file
a all previous modes
r for |hit-enter| and |more-prompt| prompt
A auto-select in Visual mode
Normally you would enable the mouse in all four modes with: >
:set mouse=a
When the mouse is not enabled, the GUI will still use the mouse for
modeless selection. This doesn't move the text cursor.
于 2008-10-14T12:59:39.687 回答
0
讨厌给出这个答案,因为它不是很有帮助,但对我来说效果很好(ubuntu hardy 上的 gvim 中的滚轮)。
但也许我可以提出一些有助于调试问题的建议:
- 确认您正在运行“gvim”并尝试滚动出现的新窗口(即您没有在 xterm 中运行 vim 并尝试用鼠标滚动它)
- 确认滚轮在其他应用程序中有效。如果您不确定,请使用“xev”确保 X 服务器看到滚动事件。
希望有帮助。
于 2008-10-14T02:21:45.013 回答