home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / ae.rc next >
Text File  |  1998-10-30  |  3KB  |  128 lines

  1. AE's Default Debian Configuration File
  2.  
  3. Derived from work done by Anthony Howe and Jim Mitha, this configuration
  4. file uses emacs keybindings, primarily because of their control key
  5. orientation. This gives ae full functionality on most remote, limited
  6. function, terminals, as well as the full featured console or xterm.
  7.  
  8. The arrow keys still work, as do the Page Up and Page Down keys. Home and End 
  9. do a top and bottom of file as well as the advertised escape sequences.
  10.  
  11. Copyright Dale Scheetz 1998, licensed under the GPL and free for all use
  12.  
  13. 1:\
  14. File read and write  \^X I ^X^S      Left, down, up, right   ^B  ^N  ^P  ^F\n\
  15. Version, exit, quit  ^X^V ^X^C ^Q   Word left and right     <esc>B  <esc>F\n\
  16. Macros               \^M             Page down and up        ^V      <esc>V\n\
  17. Help on and off      \^X\^H           Front and end of line   ^A      ^E\n\
  18. Redraw               \^L             Top and end of file     <esc><  <esc>>\n\
  19. Insert               typed keys     Delete left and right   BACKSPACE DEL\n\
  20. Literal escape       \^[             Block, cut, paste       \^@   \^W   \^Y\n\
  21. Undo                 ^_             Invert case             <esc>C\n
  22.  
  23. # generate an error
  24. .check this file before using it. It hasn't been carefully verified.
  25. #.help_off
  26. .literal    ^\[
  27. .cursor_up    $(ku)
  28. .cursor_down    $(kd)
  29. .cursor_left    $(kl)
  30. .cursor_right    $(kr)
  31. .page_up    $(kP)
  32. .page_up    $(K3)
  33. .page_down    $(kN)
  34. .page_down    $(K5)
  35. .file_top    $(kh)
  36. .file_top    $(K1)
  37. .file_bottom    $(ke)
  38. .file_bottom    $(K4)
  39. .delete_left    $(kb)
  40. .delete_left    ^H
  41. .delete_left    ^?
  42. .delete_right    $(kD)
  43. .cursor_up    ^[[A
  44. .cursor_up    ^P
  45. .cursor_down    ^[[B
  46. .cursor_down    ^N
  47. .cursor_left    ^[[D
  48. .cursor_left    ^B
  49. .cursor_right    ^[[C
  50. .cursor_right    ^F
  51. .page_up    ^[[5~
  52. .page_up    ^[V
  53. .page_up    ^[v
  54. .page_down    ^[[6~
  55. .page_down    ^V
  56. .word_left    ^[B
  57. .word_left    ^[b
  58. .word_right    ^[F
  59. .word_right    ^[f
  60. .line_left    ^A
  61. .line_right    ^E
  62. .file_top    ^[[1~
  63. .file_top    H
  64. .file_top    <
  65. .file_bottom    ^[[4~
  66. .file_bottom    F
  67. .file_bottom    >
  68. .delete_left    ^?
  69. .delete_right    ^[[3~
  70. .help        ^X^H
  71. .block        ^@
  72. .cut        ^W
  73. .paste        ^Y
  74. .flip_case    ^[C
  75. .flip_case    ^[c
  76. .undo        ^_
  77. .file_read    ^XI
  78. .file_read    ^Xi
  79. .file_write    ^X^S
  80. .redraw        ^L
  81. .quit_ask    ^X^C
  82. .quit        ^Q
  83. .show_version    ^X^V
  84. .macro        ^M
  85. .macro_define
  86. .macro_define
  87. .macro_define
  88. .macro_define
  89. .macro_define
  90.  
  91. 2:%s: Terminated successfully.\n
  92. 3:%s: Unspecified error.\n
  93. 4:usage: %s [-f <config>] [file]\n
  94. 5:%s: Failed to initialize the screen.\n
  95. 6:%s: Problem with configuration file.\n
  96. 7:%s: Failed to allocate required memory.\n
  97. 8:Ok.
  98. 9:An error occured.
  99. 10:No more memory available.
  100. 11:File \"%s\" is too big to load.
  101. 12:Scrap is empty.  Nothing to paste.
  102. 13:Failed to find file \"%s\".
  103. 14:Failed to open file \"%s\".
  104. 15:Failed to close file \"%s\".
  105. 16:Failed to read file \"%s\".
  106. 17:Failed to write file \"%s\".
  107. 18:Not a portable POSIX file name.
  108. 19:File \"%s\" %ld bytes.
  109. 20:File \"%s\" %ld bytes saved.
  110. 21:File \"%s\" %ld bytes read.
  111. 22:File \"%s\" modified.
  112. 23:Invalid control character or \\number not 0..255.
  113. 24:No such macro defined.
  114. 25:No more macro space.
  115. 26:Interrupt.
  116. 27:<< EOF >>
  117. 28:Macro :
  118. 29:File not saved.  Quit (y/n) ?
  119. 30:[ Press a key to continue. ]
  120. 31:Read file :
  121. 32:Write file :
  122. 33:Write block :
  123. 34:\smore\s
  124. 35:\sy\b
  125. 36:\sn\b
  126. 37:\sq\b
  127. 38:Nothing to undo.
  128.