开发者

Emacs mouse support over terminal ssh

开发者 https://www.devze.com 2023-03-10 17:10 出处:网络
In my .vimrc file, I have this line: set 开发者_JAVA百科mouse=a This enables the mouse to work with vim. You can move the point around by clicking, and it responds to the scroll wheel. It also work

In my .vimrc file, I have this line:

set 开发者_JAVA百科mouse=a

This enables the mouse to work with vim. You can move the point around by clicking, and it responds to the scroll wheel. It also works fine even in a vim instance accessed over a standard terminal emulator using SSH. Is there a way to enable the same functionality in Emacs?


Does xterm-mouse-mode do what you want? I found it by searching "emacs 'set mouse=a'"

0

精彩评论

暂无评论...
验证码 换一张
取 消