3
votes
3answers
98 views
What is the <leader> in a .vimrc file?
I see <leader> in many .vimrc files, and I am wondering what the meaning of it is? What is it used for? Just a general overview of the purpose and usage.
Thanks!
2
votes
2answers
94 views
Autoupdate VIM Plugins?
Is it possible to update vim plugins automatically?
0
votes
1answer
23 views
recompiled ruby - now “mach-o, but wrong architecture” macvim error
I am recieving the following error when trying to use MacVim:
~$mvim index.php
dyld: Library not loaded: /usr/lib/libruby.1.dylib
Referenced from: /Applications/MacVim.app/Cont …
2
votes
1answer
45 views
Autowrite VIM buffers after <alt-tab>
How can I configure vim to autowrite buffers after switching with alt-tab to another application?
1
vote
1answer
33 views
MacVim set as default text editor: How to set files to open in a new tab as opposed to a new window?
I've set MacVim as my default text editor, and when I double click files it opens up a new window. Is there a way to set it to open up in a new tab instead?
1
vote
2answers
73 views
vimdiff and MacVim
I'd like to run vimdiff on MacVim. Is there an easy way I'd be able to do it?
1
vote
2answers
72 views
How can I get vim’s closetag plugin to work for all html tags?
I am using the closetag.vim plugin, but it doesn't seem to work for all tags. In the plugin code there is the ignored tags var that contains some one that I noticed were not closin …
3
votes
3answers
93 views
Can vim commands be mapped to key combinations with >1 modifier (e.g. ctrl-alt-v)
Is it possible to map a vim command to a combination of keys involving more than one modifier? For example: ctrl-alt-v.
As far as I can tell, the only modifier key that can be use …
3
votes
2answers
135 views
Changing the Leader in MacVim?
I'm trying to change <Leader> in MacVim to be something less carpal-tunnel inducing. I have added this line
let mapleader=","
to my .gvimrc, but "\" is still the only key …
2
votes
1answer
161 views
Vim cursor shape question
I currently use MacVim for a lot of my editor needs but occasionally I need to edit files remotely over ssh. In MacVim the shape of the cursor varies depending on your current mod …
1
vote
1answer
112 views
Vim: Key map bindings to open Firefox in background
" Open firefox - maps to Option|Command|f
map <M-D-f> :!/Applications/Firefox.app/Contents/MacOS/firefox-bin -no-remote -P dev
The above works but blocks in Vim. I want to …
2
votes
1answer
238 views
Changing background color in vim at a certain column
I'd like to be able to highlight the wrap margin/text width in vim by changing the background color (or maybe just a line?). A lot of IDEs have this. I mocked up what I'm talking …
