... I just wanted to add that this was a huge help for me as well. It is nice to be able to compile MacVim from source again. Thank you for the tip! - Geoff --...
13474
John Krueger
jtmkrueger@...
Nov 6, 2012 9:56 pm
... I don't know If this is helpful, but I found this article: http://rants.tempura.org/2012/01/22/hacking-scrollbars.html Admittedly I know very little about...
13475
Jang-hwan Kim
janghwan@...
Nov 6, 2012 10:25 pm
... FWIW, Pressing Ctrl+[ also behaves as ESC, without any additional mapping. Once you get used to it, you'll never have to stretch your left arm to escape...
13476
Derek Ashley Thomas
derekathomas@...
Nov 6, 2012 10:46 pm
I didn't realize this was different for others since I started using a mac in Japan, but the control key on the Japanese keyboard is in the perfect location by...
13477
Tony Mechelynck
antoine.mechelynck@...
Nov 7, 2012 7:39 pm
On Nov 6, 11:46 pm, Derek Ashley Thomas <derekatho...@...> ... Me for one. For titles or for text in all caps such as Unicode codepoint names or...
13478
björn
bjorn.winckler@...
Nov 11, 2012 4:55 pm
... I would love to see the tab bar updated. From what I can tell you are basically asking for the Chrome-style tabs instead of the (old) Safari-style tabs?...
13479
Nunzio Losacco
nunzio.losacco@...
Nov 12, 2012 3:17 pm
Hi all, I've searched thoroughly for a solution to the following problem but I could not find a straightforward way to actually solve it. I'm using Mac OS X...
13480
john mckenzie
jmck.name@...
Nov 12, 2012 3:46 pm
... ^^ I think that is actually the key you are looking for -- "w" ;-) -- You received this message from the "vim_mac" maillist. Do not top-post! Type your...
13481
Niels Kobschätzki
niels@...
Nov 12, 2012 4:14 pm
... Don't forget "b" ^^ Niels -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. ...
13482
Chris Lott
chris@...
Nov 12, 2012 5:09 pm
I have the following lines in my .vimrc au BufNewFile,BufRead *.md setlocal dictionary+=/usr/share/dict/words au BufNewFile,BufRead *.md setlocal complete+=k ...
13483
Nunzio Losacco
nunzio.losacco@...
Nov 12, 2012 9:25 pm
Hey guys, although I'm a "newbie forever" I perfectly know "w" and "b" go one word forth/back ;-) But... 1) I'm looking for arrow keys combos (as...
13484
jmck.name@...
Nov 12, 2012 9:37 pm
Option-left and right arrow work great for this in MacVim on *my* macs (including Lion). I am left wondering if there is some peculiarity to your account....
13485
Nunzio Losacco
nunzio.losacco@...
Nov 13, 2012 5:45 pm
New account created. I was doubting as well, cause I changed some keyboard settings in Terminal in order to get pgup/pgdown working in vi (fn+up/down I think)....
13486
raf
raf@...
Nov 14, 2012 3:25 am
... shows that either control or shift left/right move a word at a time. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your...
13487
raf
raf@...
Nov 14, 2012 4:15 am
... shift-left/right works for me everywhere. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
13488
Eric Weir
eeweir@...
Nov 14, 2012 11:55 am
That's my question. ... Eric Weir eeweir@... "The invincible shield of caring Is a weapon sent from the sky against being dead." - Tao Te Ching 67 --...
13489
björn
bjorn.winckler@...
Nov 16, 2012 3:10 pm
... It is very difficult to provide an intelligent answer if you don't explain your problem a bit more. All I can say now is that MacVim *is* Vim so yes, it...
13490
dv1445@...
Nov 16, 2012 6:06 pm
... I'm guessing that he wants to know if it is normal for a process called 'Vim' to show up in Activity Monitor.app whenever he launches MacVim.app. Or that...
13491
Eric Weir
eeweir@...
Nov 18, 2012 4:52 pm
... First, thanks to both of you for responding. And apologies for taking so long in responding. Yes, gmn, that was my question. My guess, by the time I...
13492
Gary Dance
yargy@...
Nov 21, 2012 9:37 am
Hello, I am using Macvim Snapshot 65 and have the following lines in my .vimrc file: " Touchpad functionality nmap <SwipeLeft> :bN<CR> nmap <SwipeRight>...
13493
Chris Lott
chris@...
Nov 21, 2012 3:44 pm
... Two things to check: 1) if you have mapped two finger swipes to go between pages (or anything else) in your System Preferences, you need to stop doing that...
13494
syncone
haghiller@...
Nov 23, 2012 12:48 am
Hey Guys. it has been a while when I saw a picture on the web where some lines of code marked in thies way: for(foo = 1; foo <= 100; foo++){ + if(some...
13495
Kyle Lippincott
spectral@...
Nov 23, 2012 1:11 am
I'd it was on code that had tabs as the indentation, then listchars can do that. If it uses spaces for indent, I dunno ... -- You received this message from...
13496
profkonyn
profkonyn@...
Nov 24, 2012 11:28 pm
A quick (and ugly) hack of the file compiler.vim allowed it to work for me. I've only focused on Skim, not any other viewer. See patch attached. -- You...
13497
Chris Lott
chris@...
Nov 25, 2012 8:58 pm
The following are links to my .vimrc and the included function files (the first for gvim, which is what I am using): ...
13498
Chris Lott
chris@...
Nov 25, 2012 9:20 pm
... Answered my own question (and I already had the answer in my own comments): I needed to set the font upon entering the GUI: au GUIEnter * set...
13499
Chris Lott
chris@...
Nov 27, 2012 7:24 am
... However, when I start MacVim, the window position doesn't get set properly. But if I source my .vimrc with a window open, the position is set correctly...
13500
Kyle Lippincott
spectral@...
Nov 27, 2012 7:28 am
Put it in your .gvimrc, not your vimrc. ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
13501
Chris Lott
chris@...
Nov 27, 2012 7:54 am
... Same problem. It might have to do with the fact that I include a file with functions if gui is running rather than using a .gvimrc file. c -- Chris Lott...
13502
Tony Mechelynck
antoine.mechelynck@...
Nov 27, 2012 10:36 am
... to be "remembered until GUI startup" if you use it before the GUI has started. I don't know what the differences are in this respect between MacVim and the...