From: Stefan Huber Date: Sat, 18 Dec 2021 18:51:29 +0000 (+0100) Subject: keymaps: Add terminal-variant for S-Fx keys X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=d9aa01a5a8dd9fdd82351b4dea9002d1266a40f9 keymaps: Add terminal-variant for S-Fx keys --- diff --git a/keymaps.vim b/keymaps.vim index b56d8db..4569a4a 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -40,7 +40,9 @@ nmap ga (EasyAlign) au Filetype gnuplot map :call OpenIn("gnuplot -persist") au Filetype c,cpp,objc map :vsplit:FSRight +" Terminal-based vi report S-F11 as F23 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()