aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 9cc94e0e..fbba6784 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -78,6 +78,10 @@ endif
set splitbelow
set splitright
+" Swapfile
+set swapfile
+set directory=$HOME/.vim/swap,/tmp
+
" Typos
command WQ wq
command Wq wq