From cb7de45a13532c21ac85c0b394d52aac15c7b213 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 9 Aug 2015 16:05:59 +0200 Subject: Less undo levels and reloads and cusorline configurations --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 611517d..d94595b 100644 --- a/.vimrc +++ b/.vimrc @@ -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 -- cgit v1.2.3