summaryrefslogtreecommitdiffstats
path: root/ftplugin/latex-box/mappings.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/latex-box/mappings.vim')
-rw-r--r--ftplugin/latex-box/mappings.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/latex-box/mappings.vim b/ftplugin/latex-box/mappings.vim
index 509f5f19..6ff621c1 100644
--- a/ftplugin/latex-box/mappings.vim
+++ b/ftplugin/latex-box/mappings.vim
@@ -23,6 +23,10 @@ map <buffer> <LocalLeader>lv :LatexView<CR>
map <silent> <buffer> <LocalLeader>lt :LatexTOC<CR>
" }}}
+" List of labels {{{
+map <silent> <buffer> <LocalLeader>lj :LatexLabels<CR>
+" }}}
+
" Jump to match {{{
if !exists('g:LatexBox_loaded_matchparen')
nmap <buffer> % <Plug>LatexBox_JumpToMatch