diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-24 10:34:49 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-24 10:34:49 +0200 |
commit | 3d09535da50baa7656b28d0f1bdee98414abdf17 (patch) | |
tree | 91939e922b80aa17e67d1a8df270c8e1823f8071 /.vimrc | |
parent | Add commands in vimrc (diff) | |
download | vim_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-- | .vimrc | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |