diff options
author | Mathias Bynens <mathias@qiwi.be> | 2011-12-22 11:21:49 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2011-12-22 11:21:49 +0100 |
commit | a2ef34f38bf5c5a3a6c01d69485059aa5fb277d9 (patch) | |
tree | b36ad35e0e834f0b870fd3b46fe6718fbbaa006f | |
parent | 779de13da7a90f2eb7dd31df6f51a0c2637d6f78 (diff) | |
download | dotfiles-a2ef34f38bf5c5a3a6c01d69485059aa5fb277d9.tar.gz dotfiles-a2ef34f38bf5c5a3a6c01d69485059aa5fb277d9.tar.bz2 dotfiles-a2ef34f38bf5c5a3a6c01d69485059aa5fb277d9.zip |
.vimrc: Centralize backups, swapfiles and undo history
-rw-r--r-- | .vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ let mapleader="," " Don’t add empty newlines at the end of files set binary set noeol +" Centralize backups, swapfiles and undo history +set backupdir=~/.vim/backups +set directory=~/.vim/swaps +set undodir=~/.vim/undo " Enable line numbers set number |