X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=keymaps.vim;h=1cbfbf95256ff57156ddd5a2910a90b3af185325;hp=39a61b03344b7ab028bc5a505feb9fbf47f685a6;hb=bb415e77a5be19d4f4cc0481151be9338b1edc72;hpb=aaf061b0b546b2d790fbd199517064b682e38b40 diff --git a/keymaps.vim b/keymaps.vim index 39a61b0..1cbfbf9 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -19,9 +19,9 @@ xmap (neosnippet_expand_target) au Filetype c,cpp,objc map :vsplit:FSRight au Filetype c,cpp,objc map :FSHere -au BufNewFile *.{h,hpp,hxx} call AddIncludeGuards() -au Filetype html,xml imap / +au Filetype markdown map :call RunMarkdown() +au Filetype asciidoc map :call RunAsciidoc() " Start interactive EasyAlign in visual mode (e.g. vipga) vmap (EasyAlign)