diff options
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 |