home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / live / usr / share / vim / vim60 / keymap / hebrew_cp1255.vim < prev    next >
Encoding:
Text File  |  2002-06-19  |  917 b   |  27 lines

  1. " codepage 1255 on Windows is equal to ISO 8859-8
  2. source <sfile>:p:h/hebrew_iso-8859-8.vim
  3. " add in the vowel points, known as 'niqud', which are present in CP1255:
  4. " Note: there are several 'standards' for placement of the vowel points, and I
  5. " ignored all of them.  Since we can input English by simply pressing Ctrl-^
  6. " and eliminating this map, I saw no reason to try to use exotic key
  7. " locations.  If you don't like it, that's just too bad :-)  Write your own map!
  8. " TODO: Add cantillation marks (only for utf?)
  9. loadkeymap
  10. A    <Char-192>    " sheva
  11. S    <Char-193>    " hataf segol
  12. D    <Char-194>    " hataf patah
  13. F    <Char-195>    " hataf qamats
  14. G    <Char-196>    " hiriq
  15. H    <Char-197>    " tsere
  16. J    <Char-198>    " segol
  17. K    <Char-199>    " patah
  18. L    <Char-200>    " qamats
  19. Z    <Char-201>    " holam
  20. X    <Char-203>    " qubuts
  21. C    <Char-204>    " dagesh
  22. V    <Char-205>    " meteg
  23. B    <Char-206>    " maqaf
  24. N    <Char-209>    " shin-dot
  25. M    <Char-210>    " sin-dot
  26. Q    <Char-211>    " sof-pasuq
  27.