Add some utility mappings

This commit is contained in:
Karl Yngve Lervåg 2013-10-10 13:01:22 +02:00
parent a56d48dc53
commit 04bcd820e3

View File

@ -140,6 +140,8 @@ function! s:init_environment()
nnoremap <silent><buffer> <localleader>lh :call latex#help()<cr>
nnoremap <silent><buffer> <localleader>lv :call latex#view()<cr>
nnoremap <silent><buffer> <LocalLeader>lR :call latex#reinit()<cr>
inoremap <silent><buffer> <m-i> \item
endif
endfunction