Added keybinding for latex compilation

This commit is contained in:
lhark 2015-10-01 00:32:54 +02:00
parent 82b68bc833
commit 237e46d3bb

1
vimrc
View file

@ -67,6 +67,7 @@ if has("unix") || has("mac")
Plugin 'scrooloose/nerdtree'
map <F6> :NERDTreeToggle<CR>
Plugin 'LaTeX-Box-Team/LaTeX-Box'
map <LocalLeader>ll :Latexmk<CR>
Plugin 'AutoComplPop'
Plugin 'kien/ctrlp.vim'
Plugin 'godlygeek/tabular'