From 5f1223fbc5285689db812236c9100329740a805b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 29 Jul 2014 13:03:49 +0200 Subject: Major update --- ftplugin/latex-box/mappings.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ftplugin/latex-box/mappings.vim') 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 lt :LatexTOC map lj :LatexLabels " }}} +" Folding {{{ +if g:LatexBox_Folding == 1 + map lf :LatexFold +endif +" }}} + " Jump to match {{{ if !exists('g:LatexBox_loaded_matchparen') nmap % LatexBox_JumpToMatch -- cgit v1.2.3