Skip to content

Instantly share code, notes, and snippets.

@Su-Shee
Created March 24, 2015 17:20
Show Gist options
  • Save Su-Shee/daf445034122d501dbec to your computer and use it in GitHub Desktop.
Save Su-Shee/daf445034122d501dbec to your computer and use it in GitHub Desktop.
unclutter vim files
set undofile
set backupdir=~/.vim/backups// " Where backups will go.
set undodir=~/.vim/undos// " Where undofiles will go.
set directory=~/.vim/tmp// " Where temporary files will go.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment