Skip to content

Commit

Permalink
Don't store temporary files beside normal files.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Apr 29, 2012
1 parent d6b485d commit afafba6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,8 @@ if has("mouse")
endif

set colorcolumn=80

" Store temporary files in a central spot
set backup
set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
set directory=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp

0 comments on commit afafba6

Please sign in to comment.