home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / runtime / dos / keymap / greek_cp737.vim < prev    next >
Encoding:
Text File  |  2010-08-15  |  2.0 KB  |  105 lines

  1. " Vim Keymap file for greek DOS cp737
  2. " Maintainer: Panagiotis Louridas <louridas@acm.org>
  3. " Last Updated: Thu Mar 23 14:05:45 EET 2006
  4.  
  5. " This keyboard layout allows all Greek symbols to be typed,
  6. " including accented capitals and diaeresis. It does not
  7. " include diaeresis and accent on the same vowel, nor
  8. " the greek quotes, as these were not included in the codepage.
  9. " It includes the Greek semicolon sign.
  10.  
  11. "
  12. " accent            ";" + letter
  13. " diaeresis            ":" + letter
  14. " diaeresis + accent        ";" + ":" (or ":" + ";") + letter
  15. " semicolon            "q"
  16. " colon                "Q"
  17. " greek semicolon        "W"
  18. " sigma at end of word        "w"
  19.  
  20. " Use this short name in the status line.
  21. let b:keymap_name = "greek"
  22.  
  23. loadkeymap
  24. " capital
  25. A    <char-128>    " Ç
  26. B    <char-129>    " ü
  27. G    <char-130>    " é
  28. D    <char-131>    " â
  29. E    <char-132>    " ä
  30. Z    <char-133>    " à
  31. H    <char-134>    " å
  32. U    <char-135>    " ç
  33. I    <char-136>    " ê
  34. K    <char-137>    " ë
  35. L    <char-138>    " è
  36. M    <char-139>    " ï
  37. N    <char-140>    " î
  38. J    <char-141>    " ì
  39. O    <char-142>    " Ä
  40. P    <char-143>    " Å
  41. R    <char-144>    " É
  42. S    <char-145>    " æ
  43. T    <char-146>    " Æ
  44. Y    <char-147>    " ô
  45. F    <char-148>    " ö
  46. X    <char-149>    " ò
  47. C    <char-150>    " û
  48. V    <char-151>    " ù
  49.  
  50. " small
  51. a    <char-152>    " ÿ
  52. b    <char-153>    " Ö
  53. g    <char-154>    " Ü
  54. d    <char-155>    " ¢
  55. e    <char-156>    " £
  56. z    <char-157>    " ¥
  57. h    <char-158>    " ₧
  58. u    <char-159>    " ƒ
  59. i    <char-160>    " á
  60. k    <char-161>    " í
  61. l    <char-162>    " ó
  62. m    <char-163>    " ú
  63. n    <char-164>    " ñ
  64. j    <char-165>    " Ñ
  65. o    <char-166>    " ª
  66. p    <char-167>    " º
  67. r    <char-168>    " ¿
  68. s    <char-169>    " ⌐
  69. w    <char-170>    " ¬
  70. t    <char-171>    " ½
  71. y    <char-172>    " ¼
  72. f    <char-173>    " ¡
  73. x    <char-174>    " «
  74. c    <char-175>    " »
  75. v    <char-224>    " α
  76.  
  77. " accented capital
  78. ;A    <char-234>    " Ω
  79. ;E    <char-235>    " δ
  80. ;H    <char-236>    " ∞
  81. ;I    <char-237>    " φ
  82. ;O    <char-238>    " ε
  83. ;Y    <char-239>    " ∩
  84. ;V    <char-240>    " ≡
  85. "
  86. :I    <char-244>    " ⌠
  87. :Y    <char-245>    " ⌡
  88.  
  89. " accented small
  90. ;a    <char-225>    " ß
  91. ;e    <char-226>    " Γ
  92. ;h    <char-227>    " π
  93. ;i    <char-229>    " σ
  94. ;o    <char-230>    " µ
  95. ;y    <char-231>    " τ
  96. ;v    <char-233>    " Θ
  97. "
  98. :i    <char-228>    " Σ
  99. :y    <char-232>    " Φ
  100. "
  101. " symbols
  102. q    ;        " ;
  103. Q    :        " :
  104. W    <char-250>    " ·
  105.