summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-03-31 14:56:03 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-03-31 14:56:03 +0100
commitb31904f298dd15b618302c08ab305c4099a1b581 (patch)
tree366da1a88807113779e56d16cb678965f7a06729 /vim/vimrc
parent46297694177babad50ed95707c32cd22f5a01b36 (diff)
Added Lazy redraw
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc10
1 files changed, 3 insertions, 7 deletions
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 <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