Re: Mouse in terminal.app

2010-05-05 Thread dacresni
I'm sure I've used a mouse on vim on my mac. for certain, mouse is useless until you allow it with :set mouse=a or something. -- You received this message from the vim_mac maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: Mouse in terminal.app

2010-05-03 Thread Jeremy
You only get very basic mouse support as far as I know. Option+click will position the cursor, but it doesn't report multiple clicks or drags. On May 2, 4:33 pm, LuKreme krem...@kreme.com wrote: Is it possible to get mouse support in vim when using the terminal (non-gvim) version of vim?

Mouse in terminal.app

2010-05-02 Thread LuKreme
Is it possible to get mouse support in vim when using the terminal (non-gvim) version of vim? Especially when logged in via a ssh session. It's Macs on both ends running Terminal.app -- The Auditors avoided death by never going so far as to get a life --The Thief of Time -- You received this

Re: Mouse in terminal.app

2010-05-02 Thread Kyle Lippincott
Nope. Terminal.app doesn't support mouse or 256 color text. You'll need iTerm or gvim :( On Sun, May 2, 2010 at 1:33 PM, LuKreme krem...@kreme.com wrote: Is it possible to get mouse support in vim when using the terminal (non-gvim) version of vim? Especially when logged in via a ssh session