From: Stefan Huber Date: Sun, 26 Dec 2021 00:16:06 +0000 (+0100) Subject: keymaps: Move fswitch to F12 X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=a7bd98a26484944d7db299009cc9cab309389c86 keymaps: Move fswitch to F12 --- 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()