Is it possible to change the way Vim names its swap/backup/undo files?
To avoid clutter, I\'ve set options in my ~/.vimrc to dump these files in ~/.v
~/.vimrc
~/.v
Create the directory undo
$ mkdir ~/.vimundo
Set up your .vimrc file
set undodir=~/.vimundo