From 071d4279d6ab81b7187b48f3a0fc61e587b6db6c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Jun 2004 20:20:40 +0000 Subject: updated for version 7.0001 --- runtime/keymap/greek_iso-8859-7.vim | 118 ++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 runtime/keymap/greek_iso-8859-7.vim (limited to 'runtime/keymap/greek_iso-8859-7.vim') diff --git a/runtime/keymap/greek_iso-8859-7.vim b/runtime/keymap/greek_iso-8859-7.vim new file mode 100644 index 0000000000..5cfd936b3d --- /dev/null +++ b/runtime/keymap/greek_iso-8859-7.vim @@ -0,0 +1,118 @@ +" Vim Keymap file for greek +" Maintainer: Grigorios Magklis +" Last Updated: Tue 10 Jul 2001 16:50:50 +" +" This keyboard layout allows all Greek symbols to be typed, +" including accented capitals, diaeresis & accent on the same +" vowel, and 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" +" greek left double-quote "<" twice +" greek right double-quote ">" twice + +" 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 " ñ +w " ò +s " ó +t " ô +y " õ +f " ö +x " ÷ +c " ø +v " ù + +" accented capital +;A " ¶ +;E " ¸ +;H " ¹ +;I " º +;Y " ¾ +;O " ¼ +;V " ¿ +" +:I " Ú +:Y " Û + +" accented small +;a " Ü +;e " Ý +;h " Þ +;i " ß +;y " ý +;o " ü +;v " þ +" +:i " ú +:y " û +" +;:i " À +:;i " À +;:y " à +:;y " à + +" symbols +q ; " ; +Q : " : +W " · +; " ´ +: " ¨ +;: " µ +:; " µ + +" quotes +<< " « +>> " » +" " ¡ +" " ¢ -- cgit v1.2.3