Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs mouse support over terminal ssh

Tags:

emacs

In my .vimrc file, I have this line:

set 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?

like image 245
Derek Thurn Avatar asked Jun 05 '11 02:06

Derek Thurn


1 Answers

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

like image 62
Seth Robertson Avatar answered Nov 13 '22 10:11

Seth Robertson