From aed8ce9da277f5ecffe968b324f242c41c3b752a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 10:50:31 +0200 Subject: Adding upstream version 2:9.0.1378. Signed-off-by: Daniel Baumann --- runtime/keymap/greek_cp737.vim | 104 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 runtime/keymap/greek_cp737.vim (limited to 'runtime/keymap/greek_cp737.vim') diff --git a/runtime/keymap/greek_cp737.vim b/runtime/keymap/greek_cp737.vim new file mode 100644 index 0000000..dd0b372 --- /dev/null +++ b/runtime/keymap/greek_cp737.vim @@ -0,0 +1,104 @@ +" Vim Keymap file for greek DOS cp737 +" Maintainer: Panagiotis Louridas +" Last Updated: Thu Mar 23 14:05:45 EET 2006 + +" This keyboard layout allows all Greek symbols to be typed, +" including accented capitals and diaeresis. It does not +" include diaeresis and accent on the same vowel, nor +" the greek quotes, as these were not included in the codepage. +" It includes the Greek semicolon sign. + +" +" accent ";" + letter +" diaeresis ":" + letter +" diaeresis + accent ";" + ":" (or ":" + ";") + letter +" semicolon "q" +" colon "Q" +" greek semicolon "W" +" sigma at end of word "w" + +" Use this short name in the status line. +let b:keymap_name = "greek" + +loadkeymap +" capital +A " +B " +G " +D " +E " +Z " +H " +U " +I " +K " +L " +M " +N " +J " +O " +P " +R " +S " +T " +Y " +F " +X " +C " +V " + +" small +a " +b " +g " +d " +e " +z " +h " +u " +i " +k " +l " +m " +n " +j " +o " +p " +r " +s " +w " +t " +y " +f " +x " +c " +v " + +" accented capital +;A " +;E " +;H " +;I " +;O " +;Y " +;V " +" +:I " +:Y " + +" accented small +;a " +;e " +;h " +;i " +;o " +;y " +;v " +" +:i " +:y " +" +" symbols +q ; " ; +Q : " : +W " -- cgit v1.2.3