Tagged Questions
1
vote
2answers
1k views
How to set syntax specific settings in my VIMRC?
I work with several languages and markups in vim every day (ruby, python, javascript, CSS, HTML, etc), and would like to have different settings for each buffer when I fire up my editor. How can I ...
2
votes
2answers
728 views
Why does Vim ignore files in ~/.vim/after/ftplugin?
I seem to have a problem with my local Vim configuration but I'm not sure what it is. I need to override some filetype-specific settings. As per multiple tutorials/howtos, I created ...
3
votes
1answer
116 views
What site is there for sharing Linux custom configuration files?
I remember someone here at SU gave a link to a site where you could share your Linux custom configuration files (like bashrc, vimrc and others), but I don't remember what was that site. I already ...
84
votes
2answers
23k views
How do you reload your .vimrc file without restarting vim?
Can you edit your .vimrc file in vim, and reload it without restarting vim?
0
votes
2answers
2k views
Setting the viminfo path in gVim for portability (Windows)
I'm trying to make my gVim installation as portable as possible, and in doing so I want to put the _viminfo file in the $VIM directory rather than $HOME. I'm pretty new to hacking vimrc ...