X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=keymaps.vim;fp=keymaps.vim;h=234ee91746f3b735ce918958f0c793f5feec912d;hp=256bfc27d15e59b9039b009fd53f04abfe2e0053;hb=a7bd98a26484944d7db299009cc9cab309389c86;hpb=298897dcd183ef0b05ff4be7ac221bd219f36291 diff --git a/keymaps.vim b/keymaps.vim index 256bfc2..234ee91 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -55,10 +55,10 @@ function FSvsplit() execute ':FSHere' endfunction -au Filetype c,cpp,objc map :call FSvsplit() -" Terminal-based vi report S-F11 as F23 -au Filetype c,cpp,objc map :FSHere -au Filetype c,cpp,objc map :FSHere +au Filetype c,cpp,objc map :call FSvsplit() +" Terminal-based vi report S-F12 as F24 +au Filetype c,cpp,objc map :FSHere +au Filetype c,cpp,objc map :FSHere au Filetype markdown map :call RunMarkdown() au Filetype asciidoc map :call RunAsciidoc()