.vimrc
This is the .vimrc file I use in all my boxes. Everytime I have access to a new shell the first thing I do is a scp of this file to my $HOME.
Some things to note:
- I modified the ruler and the statusline to something that is (IMHO) more practical. For instance they will display the current buffer number and the file type. Just comment these settings to go back to the defaults.
- I press F12 (pastetoggle) everytime I want to paste something into vim, so it doesn’t get indented.