Best Vim Tips Ever
Note: This post is over 2 years old. It may contain outdated information and broken links. Please temper your expectations accordingly.
How to move Vim’s swapfile and backup to another directory.
How to disable the honking huge toolbar.
September 14th, 2006 at 09:51:59 am
Everything you need:
colorscheme torte
set ts=4
set sw=4
set nowrap
set guioptions=m
set directory=~/temp/swap//
set backupdir=~/temp/back//