Created
March 24, 2015 17:20
-
-
Save Su-Shee/daf445034122d501dbec to your computer and use it in GitHub Desktop.
unclutter vim files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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