From 6745c49110838db9ac39e85bbcf690b40bc20f83 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 23 Jan 2015 21:09:23 +0100 Subject: Update all packages --- ftplugin/latex-box/mappings.vim | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'ftplugin/latex-box/mappings.vim') diff --git a/ftplugin/latex-box/mappings.vim b/ftplugin/latex-box/mappings.vim index 648d9b56..ef6b52ff 100644 --- a/ftplugin/latex-box/mappings.vim +++ b/ftplugin/latex-box/mappings.vim @@ -5,31 +5,31 @@ if exists("g:LatexBox_no_mappings") endif " latexmk {{{ -map ll :Latexmk -map lL :Latexmk! -map lc :LatexmkClean -map lC :LatexmkClean! -map lg :LatexmkStatus -map lG :LatexmkStatus! -map lk :LatexmkStop -map le :LatexErrors +noremap ll :Latexmk +noremap lL :Latexmk! +noremap lc :LatexmkClean +noremap lC :LatexmkClean! +noremap lg :LatexmkStatus +noremap lG :LatexmkStatus! +noremap lk :LatexmkStop +noremap le :LatexErrors " }}} " View {{{ -map lv :LatexView +noremap lv :LatexView " }}} " TOC {{{ -map lt :LatexTOC +noremap lt :LatexTOC " }}} " List of labels {{{ -map lj :LatexLabels +noremap lj :LatexLabels " }}} " Folding {{{ if g:LatexBox_Folding == 1 - map lf :LatexFold + noremap lf :LatexFold endif " }}} @@ -44,12 +44,12 @@ endif " Define text objects {{{ vmap ie LatexBox_SelectCurrentEnvInner vmap ae LatexBox_SelectCurrentEnvOuter -omap ie :normal vie -omap ae :normal vae +onoremap ie :normal vie +onoremap ae :normal vae vmap i$ LatexBox_SelectInlineMathInner vmap a$ LatexBox_SelectInlineMathOuter -omap i$ :normal vi$ -omap a$ :normal va$ +onoremap i$ :normal vi$ +onoremap a$ :normal va$ " }}} " Jump between sections {{{ -- cgit v1.2.3