Added keybinding for latex compilation
This commit is contained in:
parent
82b68bc833
commit
237e46d3bb
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue