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.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/latex-box/mappings.vim b/ftplugin/latex-box/mappings.vim
index 6ff621c1..648d9b56 100644
--- a/ftplugin/latex-box/mappings.vim
+++ b/ftplugin/latex-box/mappings.vim
@@ -27,6 +27,12 @@ map <silent> <buffer> <LocalLeader>lt :LatexTOC<CR>
map <silent> <buffer> <LocalLeader>lj :LatexLabels<CR>
" }}}
+" Folding {{{
+if g:LatexBox_Folding == 1
+ map <buffer> <LocalLeader>lf :LatexFold<CR>
+endif
+" }}}
+
" Jump to match {{{
if !exists('g:LatexBox_loaded_matchparen')
nmap <buffer> % <Plug>LatexBox_JumpToMatch