From 3092cbc16763b0b9f14ddea6bb3ca067ad723127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 19 Apr 2014 04:19:59 +0200 Subject: [PATCH] Change location of the swap files. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 23f1faa..55b9eba 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -152,7 +152,7 @@ set encoding=utf-8 " set the encoding set showmode " show current mode in the status line set swapfile " use a swapfile -set directory=~/.vim-swap,/var/tmp,/tmp +set directory=/var/tmp,/tmp set updatecount=200 " default, number of characters that have " to be typed before the swapfile is " written to disk