summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/.vimrc b/.vimrc
index 32ef744..358e224 100644
--- a/.vimrc
+++ b/.vimrc
@@ -2,13 +2,13 @@
set nocompatible
"Move .swp files to /tmp - SSD will like it!
-set backupdir=/tmp
-set directory=/tmp
-set history=10000
-set undofile
-set undodir=/tmp
-set undolevels=1000 "maximum number of changes that can be undone
-set undoreload=10000 "maximum number lines to save for undo on a buffer reload
+"set backupdir=/tmp
+"set directory=/tmp
+"set history=10000
+"set undofile
+"set undodir=/tmp
+"set undolevels=1000 "maximum number of changes that can be undone
+"set undoreload=10000 "maximum number lines to save for undo on a buffer reload
"indentation
set tabstop=4