diff options
| author | Ahmed Abdelhalim <[email protected]> | 2015-08-09 16:05:59 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2015-08-09 16:05:59 +0200 |
| commit | cb7de45a13532c21ac85c0b394d52aac15c7b213 (patch) | |
| tree | cd61220551ecf70d1da0fd8659c3b533cd2932e4 | |
| parent | 3b05693f8606c3407300924de083f813e23afd33 (diff) | |
Less undo levels and reloads and cusorline configurations
| -rw-r--r-- | .vimrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -73,8 +73,8 @@ set wildignore=*.o,*~,*.pyc " Ignore compiled files set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+ set undofile " Save undo's after file closes set undodir=$HOME/.vim/undo " where to save undo histories -set undolevels=1000 " How many undos -set undoreload=10000 " number of lines to save for undo +set undolevels=200 " How many undos +set undoreload=200 " number of lines to save for undo set fileformats+=mac " correct mac file format set tabpagemax=50 " Set the maximum number of tabs allowed set modelines=0 " disable the modelines which i don't understand @@ -82,6 +82,8 @@ set nomodeline " disable the modelines which i don't understand set lbr " Vim to wrap existing text as desired set nowrap " let Vim Wrap lines or leave them as long as they get set noeb vb t_vb= +" set cursorline " highlight current line +" set nocursorline " don't highlight current line set splitbelow " position the preview window below current windows " set vim startup faster |
