home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vil70os2.zip / digraphs.rc next >
Text File  |  1996-05-02  |  5KB  |  242 lines

  1.  
  2. ;; digraphs.rc for use with vile
  3. ;; $Header: /usr2/foxharp/src/pgf/vile/RCS/digraphs.rc,v 1.2 1996/05/03 02:51:05 pgf Exp $
  4.  
  5. ;; if you wish to insert digraph characters, you can use this file (or
  6. ;; something similar) as a set of ":map" commands.  simply put the line
  7. ;;    source digraphs.rc
  8. ;; in your vile startup file (.vilerc or vile.rc on PC systems).  
  9.  
  10. ;; the idea and some of the text for this set of maps comes directly from
  11. ;; a digraph feature of Bram Moolenar's vim editor.  thank you, Bram...
  12.  
  13. ;; this file uses the ^K character as the "digraph prefix" -- it can, of
  14. ;; course, be changed to any character which is rarely entered into a text
  15. ;; file.
  16.  
  17. ;; here is a more concise version of the information contained in the maps
  18. ;; below -- the first two characters in each column are the characters you
  19. ;; have to type (after ^K) to enter a digraph.  in the middle of each column
  20. ;; is the resulting character.  this may be mangled if you look at this file
  21. ;; on something that can't display those 8-bit characters.  most PC console
  22. ;; displays probably cannot.
  23. ;; they look fine in any character set capable of displaying the ISO 8859/1
  24. ;; character set.  if you're using an xterm, the commands
  25. ;;     set printing-low 160
  26. ;;     set printing-high 255
  27. ;; will be useful.  the decimal number is the ASCII code for the character.
  28.  
  29. ;;  ~! í 161   c| ó 162   $$ ú 163   ox ñ 164   Y- Ñ 165   || ª 166   pa º 167
  30. ;;  "" ¿ 168   cO ⌐ 169   a- ¬ 170   << ½ 171   -- ¡ 173   rO « 174   -= » 175
  31. ;;  ~o ░ 176   +- ▒ 177   22 ▓ 178   33 │ 179   '' ┤ 180   ju ╡ 181   pp ╢ 182
  32. ;;  ~. ╖ 183   ,, ╕ 184   11 ╣ 185   o- ║ 186   >> ╗ 187   14 ╝ 188   12 ╜ 189
  33. ;;  34 ╛ 190   ~? ┐ 191   A` └ 192   A' ┴ 193   A^ ┬ 194   A~ ├ 195   A" ─ 196
  34. ;;  A@ ┼ 197   AE ╞ 198   C, ╟ 199   E` ╚ 200   E' ╔ 201   E^ ╩ 202   E" ╦ 203
  35. ;;  I` ╠ 204   I' ═ 205   I^ ╬ 206   I" ╧ 207   -D ╨ 208   N~ ╤ 209   O` ╥ 210
  36. ;;  O' ╙ 211   O^ ╘ 212   O~ ╒ 213   O" ╓ 214   /\ ╫ 215   O/ ╪ 216   U` ┘ 217
  37. ;;  U' ┌ 218   U^ █ 219   U" ▄ 220   Y' ▌ 221   Ip ▐ 222   ss ▀ 223   a` α 224
  38. ;;  a' ß 225   a^ Γ 226   a~ π 227   a" Σ 228   a@ σ 229   ae µ 230   c, τ 231
  39. ;;  e` Φ 232   e' Θ 233   e^ Ω 234   e" δ 235   i` ∞ 236   i' φ 237   i^ ε 238
  40. ;;  i" ∩ 239   -d ≡ 240   n~ ± 241   o` ≥ 242   o' ≤ 243   o^ ⌠ 244   o~ ⌡ 245
  41. ;;  o" ÷ 246   :- ≈ 247   o/ ° 248   u` ∙ 249   u' · 250   u^ √ 251   u" ⁿ 252
  42. ;;  y' ² 253   ip ■ 254   y"   255
  43.  
  44.  
  45. ;; by the way, the following maps could have been written directly as:
  46. ;;    map! ^K~! í
  47. ;; but i figured that the file would be more prone to corruption in transit
  48. ;; if the important part of the map were left as an 8-bit character.  so i
  49. ;; used the ^V form instead.  if file transfer corruption does occur, you
  50. ;; may lose the comments, which show the 8-bit character, or you may lose the
  51. ;; ^V character that precedes the decimal value in every map.  but the comment
  52. ;; is expendable, and the ^V is easy to recreate.
  53.  
  54. ;; 'í'
  55. map!  ~! 161
  56. ;; '¿'
  57. map!  \"\" 168
  58. ;; '░'
  59. map!  ~o 176
  60. ;; '╖'
  61. map!  ~. 183
  62. ;; '╛'
  63. map!  34 190
  64. ;; '┼'
  65. map!  A@ 197
  66. ;; '╠'
  67. map!  I` 204
  68. ;; '╙'
  69. map!  O' 211
  70. ;; '┌'
  71. map!  U' 218
  72. ;; 'ß'
  73. map!  a' 225
  74. ;; 'Φ'
  75. map!  e` 232
  76. ;; '∩'
  77. map!  i\" 239
  78. ;; '÷'
  79. map!  o\" 246
  80. ;; '²'
  81. map!  y' 253
  82. ;; 'ó'
  83. map!  c| 162
  84. ;; '⌐'
  85. map!  cO 169
  86. ;; '▒'
  87. map!  +- 177
  88. ;; '╕'
  89. map!  ,, 184
  90. ;; '┐'
  91. map!  ~? 191
  92. ;; '╞'
  93. map!  AE 198
  94. ;; '═'
  95. map!  I' 205
  96. ;; '╘'
  97. map!  O^ 212
  98. ;; '█'
  99. map!  U^ 219
  100. ;; 'Γ'
  101. map!  a^ 226
  102. ;; 'Θ'
  103. map!  e' 233
  104. ;; '≡'
  105. map!  -d 240
  106. ;; '≈'
  107. map!  :- 247
  108. ;; '■'
  109. map!  ip 254
  110. ;; 'ú'
  111. map!  $$ 163
  112. ;; '¬'
  113. map!  a- 170
  114. ;; '▓'
  115. map!  22 178
  116. ;; '╣'
  117. map!  11 185
  118. ;; '└'
  119. map!  A` 192
  120. ;; '╟'
  121. map!  C, 199
  122. ;; '╬'
  123. map!  I^ 206
  124. ;; '╒'
  125. map!  O~ 213
  126. ;; '▄'
  127. map!  U\" 220
  128. ;; 'π'
  129. map!  a~ 227
  130. ;; 'Ω'
  131. map!  e^ 234
  132. ;; '±'
  133. map!  n~ 241
  134. ;; '°'
  135. map!  o/ 248
  136. ;; ' '
  137. map!  y\" 255
  138. ;; 'ñ'
  139. map!  ox 164
  140. ;; '½'
  141. map!  << 171
  142. ;; '│'
  143. map!  33 179
  144. ;; '║'
  145. map!  o- 186
  146. ;; '┴'
  147. map!  A' 193
  148. ;; '╚'
  149. map!  E` 200
  150. ;; '╧'
  151. map!  I\" 207
  152. ;; '╓'
  153. map!  O\" 214
  154. ;; '▌'
  155. map!  Y' 221
  156. ;; 'Σ'
  157. map!  a\" 228
  158. ;; 'δ'
  159. map!  e\" 235
  160. ;; '≥'
  161. map!  o` 242
  162. ;; '∙'
  163. map!  u` 249
  164. ;; 'Ñ'
  165. map!  Y- 165
  166. ;; '¡'
  167. map!  -- 173
  168. ;; '┤'
  169. map!  '' 180
  170. ;; '╗'
  171. map!  >> 187
  172. ;; '┬'
  173. map!  A^ 194
  174. ;; '╔'
  175. map!  E' 201
  176. ;; '╨'
  177. map!  -D 208
  178. ;; '╫'
  179. map!  /\\ 215
  180. ;; '▐'
  181. map!  Ip 222
  182. ;; 'σ'
  183. map!  a@ 229
  184. ;; '∞'
  185. map!  i` 236
  186. ;; '≤'
  187. map!  o' 243
  188. ;; '·'
  189. map!  u' 250
  190. ;; 'ª'
  191. map!  || 166
  192. ;; '«'
  193. map!  rO 174
  194. ;; '╡'
  195. map!  ju 181
  196. ;; '╝'
  197. map!  14 188
  198. ;; '├'
  199. map!  A~ 195
  200. ;; '╩'
  201. map!  E^ 202
  202. ;; '╤'
  203. map!  N~ 209
  204. ;; '╪'
  205. map!  O/ 216
  206. ;; '▀'
  207. map!  ss 223
  208. ;; 'µ'
  209. map!  ae 230
  210. ;; 'φ'
  211. map!  i' 237
  212. ;; '⌠'
  213. map!  o^ 244
  214. ;; '√'
  215. map!  u^ 251
  216. ;; 'º'
  217. map!  pa 167
  218. ;; '»'
  219. map!  -= 175
  220. ;; '╢'
  221. map!  pp 182
  222. ;; '╜'
  223. map!  12 189
  224. ;; '─'
  225. map!  A\" 196
  226. ;; '╦'
  227. map!  E\" 203
  228. ;; '╥'
  229. map!  O` 210
  230. ;; '┘'
  231. map!  U` 217
  232. ;; 'α'
  233. map!  a` 224
  234. ;; 'τ'
  235. map!  c, 231
  236. ;; 'ε'
  237. map!  i^ 238
  238. ;; '⌡'
  239. map!  o~ 245
  240. ;; 'ⁿ'
  241. map!  u\" 252
  242.