In my .vimrc file, I have this line:
set mouse=a
This allows the mouse to work with vim. You can move the point around by clicking and it responds to the scroll wheel. It also works great even on a vim instance, accessed through a standard terminal emulator using SSH. Is there a way to enable the same functionality in Emacs?
source share