From a7bd98a26484944d7db299009cc9cab309389c86 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Sun, 26 Dec 2021 01:16:06 +0100 Subject: [PATCH] keymaps: Move fswitch to F12 --- keymaps.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() -- 2.30.2