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...
11429
Kyle Lippincott
spectral@...
May 2, 2010 10:25 pm
Nope. Terminal.app doesn't support mouse or 256 color text. You'll need iTerm or gvim :( ... -- You received this message from the "vim_mac" maillist. Do not...
11430
Jeremy
jeremylarkin@...
May 3, 2010 11:48 am
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. ... -- You...
11431
LuKreme
kremels@...
May 5, 2010 6:04 pm
So I finally got macvim installed on my laptop (a 10.5.8 G4 iBook with 7.2-stable)) and I am using the same .vimrc and .gvimrc files as on my desktop (a 10.6.3...
11432
dacresni
vivacarlie@...
May 5, 2010 8:50 pm
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...
11433
Gary Norton
gary.norton@...
May 5, 2010 8:57 pm
... Sorry to revive an old post, but I am seeing this error with build 7.2.shapshot52_1 which was built via MacPorts. From looking at the repo, this seems like...
11434
Kyle Lippincott
spectral@...
May 5, 2010 9:09 pm
Wow. I just tried this. It just sends a string of cursor movement commands instead of actual mouse positioning. *amazed* And yet, it's almost good enough...
11435
björn
bjorn.winckler@...
May 6, 2010 12:40 am
... Please try out the official snapshot build [1] and see if that works first. If that also has this problem then go through the steps listed at [2]. If...
11436
Koudelka
koudelka@...
May 10, 2010 1:10 am
Hey guys, I've successfully compiled MacVim with 1.9.1 under rvm. Here are the config.mk values that worked for me: RUBY =...
11437
Wayne E. Seguin
wayneeseguin@...
May 12, 2010 1:05 am
Mike, Awesomely done!!! Thank you for this :) ~Wayne -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text...
11438
björn
bjorn.winckler@...
May 12, 2010 5:40 pm
... Should this patch be made against mainline Vim instead of MacVim (i.e. is there any other platform that might benefit from it)? If so, could you please...
11439
Michael Shapiro
koudelka@...
May 12, 2010 7:21 pm
... I pulled the vim 7.2 source from http://www.vim.org/sources.php and poked around for ruby config arguments. The 'provide your own ruby' option is missing. ...
11440
Brian McKee
brian.mckee@...
May 12, 2010 8:39 pm
Hi All I have a secondary LCD attached to my iMac, running Snow Leopard and Mac Vim Version 7.2 stable 1.2 (33.3) Was just diff'ing two html files with very...
11441
Courtney Killarney
courtneysk@...
May 12, 2010 11:58 pm
Same here, with the added note that while the window width is apparently restricted to the width of the monitor in which the bulk of the window resides, the...
11442
björn
bjorn.winckler@...
May 13, 2010 9:02 am
... I fixed this problem in snapshot 52: http://code.google.com/p/macvim/wiki/Snapshot Björn -- You received this message from the "vim_mac" maillist. Do not...
11443
Brian McKee
brian.mckee@...
May 13, 2010 9:19 pm
... Yep - you did. I also see you fixed the problem I reported in January of 2009 about not being able to open network shares thru an alias. At the time you ...
11444
björn
bjorn.winckler@...
May 15, 2010 12:52 pm
... I do not know why you are returned to Terminal in one case and not the other -- perhaps it is a difference between Mac OS X 10.5 and 10.6? At any rate, I...
11445
Israel Chauca F.
israelchauca@...
May 15, 2010 3:39 pm
... Maybe is the "After last window closes" option in General set on the old install but not on the new one? Israel -- You received this message from the...
11446
Exc1tebike
christianwensel@...
May 15, 2010 8:24 pm
... call me a dork but a local copy of vi would be nice (without jailbreaking) Vim command mode would be so nice for navigation, copy/ pasting etc over any...
11447
sixtyfootersdude
sixtyfootersdude@...
May 16, 2010 12:05 am
I have been using vim on solaris for about 4 months but but just switched back to Mac OS X so I thought I would start using MacVim. Normally I use a black...
11448
Yi Wen
hayafirst@...
May 16, 2010 6:38 pm
should be guifg On May 15, 1:38 pm, sixtyfootersdude <sixtyfootersd...@...> ... -- You received this message from the "vim_mac" maillist. Do not...
11449
Kyle Lippincott
spectral@...
May 16, 2010 6:50 pm
Not for 'set'. Jake: You can accomplish this with putting this in your gvimrc: highlight Normal guifg=green guibg=black You can get information on what color...
11450
David Reed
david.reed.c@...
May 17, 2010 1:20 am
Hello, I have just recently been introduced to Vim and I'm loving it so far. I was able to get Latex going, and I like the support for it and all the macros ...
11451
Andrew Stewart
boss@...
May 17, 2010 8:42 am
Hello, ... I'm not familiar with the html.vim ftplugin...but I do recommend the vim-ragtag plugin. http://github.com/tpope/vim-ragtag This gives you really...
11452
David Reed
david.reed.c@...
May 17, 2010 12:38 pm
Thanks for the help. I found that command shortly after sending the email, but I kept trying to put it into my own ftplugin file and was getting very...
11453
Andrew Stewart
boss@...
May 17, 2010 2:48 pm
... I'm not certain why without seeing the exact command you put in your ftplugin. Maybe it's because the autocommand in the .vimrc fires for any file ending...
11454
David Reed
david.reed.c@...
May 17, 2010 3:28 pm
Hi Andrew, I am at work right now so I cannot send you the code, but the line I moved over to the vimrc file was the same as the one I was trying in the...
11455
dacresni
vivacarlie@...
May 17, 2010 4:22 pm
I've never seen that functionality in vi before, I'll give it a look. I think there's a template package for vi, look it up on http://www.vim.org/scripts/ ... ...
11456
LuKreme
kremels@...
May 18, 2010 3:19 am
... It's a difference between the Intel-only build 52 and 7.2-stable. ... Doesn't work with MacVim and 7.2 stable. -- Transvestite: A guy who likes to eat,...
11457
LuKreme
kremels@...
May 18, 2010 3:23 am
... The only option for that in 7.2-stable is a check box "Quit MacVim" I was hoping that one of the previous snapshots 1) still worked on a PPC machine and 2)...