From d4b02cdb3ac58bfb231426349dc6e22b177bf437 Mon Sep 17 00:00:00 2001 From: ehg Date: Tue, 2 Jul 2013 14:24:14 +0100 Subject: [PATCH] store swp files in /tmp --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index a70b7e3..1694f2e 100644 --- a/vimrc +++ b/vimrc @@ -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.