aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index da502f5..33037c2 100644
--- a/vimrc
+++ b/vimrc
@@ -116,3 +116,9 @@ set enc=utf-8
"sync paste buffer and vims register
set clipboard^=unnamed
+
+" don't clobber up the directory with dot undo file
+set undodir=~/.vim/undodir//
+
+
+