How to move Vim’s swapfile and backup to another directory.
How to disable the honking huge toolbar.
Comments RSS 2.0 | Add a Comment | Trackback
Everything you need:
colorscheme torte
set ts=4 set sw=4 set nowrap
set guioptions=m set directory=~/temp/swap// set backupdir=~/temp/back//
Name (required)
Mail (will not be published) (required)
Website
Δ
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//