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