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