summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2015-08-09 16:05:59 +0200
committerAhmed Abdelhalim <[email protected]>2015-08-09 16:05:59 +0200
commitcb7de45a13532c21ac85c0b394d52aac15c7b213 (patch)
treecd61220551ecf70d1da0fd8659c3b533cd2932e4 /.vimrc
parent3b05693f8606c3407300924de083f813e23afd33 (diff)
Less undo levels and reloads and cusorline configurations
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files 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