Skip to content

Commit

Permalink
store swp files in /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ehg committed Jul 2, 2013
1 parent dafe979 commit d4b02cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set novisualbell " No beeping.

set nobackup " Don't make a backup before overwriting a file.
set nowritebackup " And again.
set directory=$HOME/.vim/tmp//,. " Keep swap files in one location
set directory=/tmp// " Keep swap files in one location

set tabstop=2 " Global tab width.
set shiftwidth=2 " And again, related.
Expand Down

0 comments on commit d4b02cd

Please sign in to comment.