diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-31 14:56:03 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-31 14:56:03 +0100 |
commit | b31904f298dd15b618302c08ab305c4099a1b581 (patch) | |
tree | 366da1a88807113779e56d16cb678965f7a06729 | |
parent | 46297694177babad50ed95707c32cd22f5a01b36 (diff) |
Added Lazy redraw
-rw-r--r-- | vim/vimrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -61,13 +61,6 @@ function! SynctexShow() end endfunction -nnoremap <LocalLeader>a :call SynctexShow()<CR><CR> -nnoremap <LocalLeader>i :Latexmk<CR> -nnoremap <LocalLeader>e :LatexErrors<CR> -nnoremap <LocalLeader>o :LatexView<CR> -nnoremap <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR> -nnoremap <LocalLeader>h :split header.sty<CR> - " Gundo nnoremap <F5> :GundoToggle<cr> @@ -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 |