From b31904f298dd15b618302c08ab305c4099a1b581 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 31 Mar 2015 14:56:03 +0100 Subject: Added Lazy redraw --- vim/vimrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index 4008758..8aff41e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -61,13 +61,6 @@ function! SynctexShow() end endfunction -nnoremap a :call SynctexShow() -nnoremap i :Latexmk -nnoremap e :LatexErrors -nnoremap o :LatexView -nnoremap k :LatexmkStop:LatexmkClean -nnoremap h :split header.sty - " Gundo nnoremap :GundoToggle @@ -135,6 +128,9 @@ set linebreak set textwidth=0 set conceallevel=2 set guifont=Monaco\ 11 +set lazyredraw +highlight diffAdded guifg=#00bf00 +highlight diffRemoved guifg=#bf0000 " Case and spell set nospell -- cgit v1.2.3