diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ set softtabstop=2 set ruler " show me where the cursor is set rulerformat=%l/%L(%p%%),%c " a better ruler set showmatch " show matching brackets -set cindent +"set cindent set number " show line numbers set showmode " show mode at bottom of screen set hlsearch " highlight all search results @@ -24,7 +24,7 @@ set laststatus=2 set mouse=a set nopaste set foldmethod=marker -set smartindent +"set smartindent set scrolloff=3 set showcmd set display=uhex |