X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=keymaps.vim;h=1cbfbf95256ff57156ddd5a2910a90b3af185325;hp=7f04452831005fddea1498ff5134a9c12e8b5fcc;hb=bb415e77a5be19d4f4cc0481151be9338b1edc72;hpb=cdf1fddcd88dace1209bff22fee2337ee9ff9a01 diff --git a/keymaps.vim b/keymaps.vim index 7f04452..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 markdown map :call RunPandoc() +au Filetype markdown map :call RunMarkdown() +au Filetype asciidoc map :call RunAsciidoc() " Start interactive EasyAlign in visual mode (e.g. vipga) vmap (EasyAlign)