From afce081b90c1e2c50c3507758c7558a0dfa1f33e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:18:03 +0200 Subject: Adding upstream version 2:8.2.2434. Signed-off-by: Daniel Baumann --- runtime/keymap/hebrew_cp1255.vim | 62 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 runtime/keymap/hebrew_cp1255.vim (limited to 'runtime/keymap/hebrew_cp1255.vim') diff --git a/runtime/keymap/hebrew_cp1255.vim b/runtime/keymap/hebrew_cp1255.vim new file mode 100644 index 0000000..67a8ca7 --- /dev/null +++ b/runtime/keymap/hebrew_cp1255.vim @@ -0,0 +1,62 @@ +" add in the vowel points, known as 'niqud', which are present in +" CP1255: Note: there are several 'standards' for placement of the vowel +" points, and I ignored all of them. Since we can input English by simply +" pressing Ctrl-^ and eliminating this map, I saw no reason to try to use +" exotic key locations. If you don't like it, that's just too bad :-) +let b:keymap_name = "heb" +loadkeymap +a " ש - shin +b " נ - nun +c " ב - bet +d " ג - gimel +e " ק - qof +f " כ - kaf +g " ע - ayin +h " י - yod +i " ן - final nun +j " ח - het +k " ל - lamed +l " ך - final kaf +m " צ - tsadi +n " מ - mem +o " ם - final mem +p " פ - pe +q / " / - slash +r " ר - resh +s " ד - dalet +t " א - alef +u " ו - vav +v " ה - he +w ' " ' - single-quote +x " ס - samekh +y " ט - tet +z " ז - zayin +, " ת - tav +. " ץ - final tsadi +; " ף - final pe +' , " , - comma +/ . " . - period +` ; " ; - semicolon +" vowels: +A: " sheva +HE " hataf segol +HA " hataf patah +HO " hataf qamats +I " hiriq +AY " tsere +E " segol +AA " patah +AO " qamats +O " holam +U " qubuts +D " dagesh +]T " meteg +]Q " maqaf +]R <ּChar-207> " rafe +]p " paseq +SR " shin-dot +SL " sin-dot +]P " sof-pasuq +VV " double-vav +VY " vav-yod +YY " yod-yod -- cgit v1.2.3