From 843bf2002cb91bac81befe35fb7fb46cfbf53703 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 4 Apr 2018 19:48:12 +0900 Subject: vimrc: removed leader mapping in inset mode, since leader is key these mappings add some delay while sending in insert mode --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 19a5ae2..b07b11e 100644 --- a/vimrc +++ b/vimrc @@ -244,7 +244,7 @@ augroup end augroup aug:FoldMarkerKeymaps autocmd! autocmd FileType * if exists('b:comment_symbol') | execute "nnoremap fm o". b:comment_symbol . "{{{ o" . b:comment_symbol. "}}}A" | endif - autocmd FileType * if exists('b:comment_symbol') | execute "inoremap fm o". b:comment_symbol . "{{{ o" . b:comment_symbol. "}}}A" | endif + "autocmd FileType * if exists('b:comment_symbol') | execute "inoremap fm o". b:comment_symbol . "{{{ o" . b:comment_symbol. "}}}A" | endif autocmd FileType * if exists('b:comment_symbol') | execute "vnoremap fm VV''>o" . b:comment_symbol. "}}}'<A" | endif augroup end -- cgit v1.2.3