init: Move includeguards from keymap
[vimconf.git] / keymaps.vim
index 4b273558e2d4e0aa6cdb87e076ff2348cb46f01b..8d7e5495790dfad746463cc2ab40db104d85b708 100644 (file)
@@ -19,10 +19,8 @@ xmap <C-k>     <Plug>(neosnippet_expand_target)
 
 au Filetype c,cpp,objc map <buffer> <F11> :vsplit<CR>:FSRight<CR>
 au Filetype c,cpp,objc map <buffer> <S-F11> :FSHere<CR>
-au BufNewFile *.{h,hpp,hxx} call AddIncludeGuards()
 
-au Filetype html,xml imap <buffer> <C-_> <C-X>/
-au Filetype markdown map <buffer> <F5> :call RunPandoc()<CR>
+au Filetype markdown map <buffer> <F5> :call RunMarkdown()<CR>
 
 " Start interactive EasyAlign in visual mode (e.g. vipga)
 vmap <Enter> <Plug>(EasyAlign)