Vim and mouse with ssh from Mac to Linux

Posted by Jonatan Littke on Super User See other posts from Super User or by Jonatan Littke
Published on 2010-01-19T09:36:50Z Indexed on 2010/04/15 13:43 UTC
Read the original article Hit count: 399

Filed under:
|
|
|

Hey.

I certainly know it's possible to make the mouse work in Vim on a remote session to a Linux machine from my Mac, but I haven't figured out just how.

Daily vim gives a tip on making it work but if I try to set 'mac-ansi', for example, I get an error saying I can only specify values beginning with builtin_ (riscos, beos-ansi, etc). I've tried using ssh -X, combined with set mouse=a and set term=builtin_anso for example, but with no success with or without combining them.

I'm using Snow Leopard and attempting to use the mouse on a Debian machine with vim 7.1.314. I've had a look at the documentation but can't make it work. Any tips?

© Super User or respective owner

Related posts about vim

Related posts about ssh