summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2014-05-24 10:34:49 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2014-05-24 10:34:49 +0200
commit3d09535da50baa7656b28d0f1bdee98414abdf17 (patch)
tree91939e922b80aa17e67d1a8df270c8e1823f8071 /.vimrc
parentAdd commands in vimrc (diff)
downloadvim_sync-3d09535da50baa7656b28d0f1bdee98414abdf17.tar.xz
Remove "SSD features" from main config.
This configuration is good on laptop, but not goot on server. My idea is: have this option permenently commented out and uncomment only at target computers.
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