home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / MISC / addins.lzh / emacsrc.pc < prev    next >
Text File  |  1994-02-05  |  2KB  |  49 lines

  1. bind-to-key backward-character       ^X)
  2. bind-to-key forward-character        ^X*
  3. bind-to-key next-line                ^X,
  4. bind-to-key previous-line            ^X'
  5.  
  6. bind-to-key next-page                ^X-  
  7. bind-to-key previous-page            ^X(
  8.  
  9. bind-to-key beginning-of-file        ^XP
  10. bind-to-key end-of-file                 ^XR
  11.  
  12. bind-to-key beginning-of-line        ^X&
  13. bind-to-key end-of-line              ^X+
  14.  
  15. bind-to-key next-window              ^X^\
  16. bind-to-key split-current-window     ^X:
  17. bind-to-key delete-other-windows     ^XD
  18.  
  19. bind-to-key add-mode                 ^X^_ 
  20. bind-to-key delete-mode              ^XG 
  21.  
  22. bind-to-key set-mark                 ^X!
  23. bind-to-key exchange-point-and-mark  ^X?
  24. bind-to-key delete-next-character    ^X/
  25. bind-to-key kill-region              ^X%
  26. bind-to-key yank                     ^X.
  27.  
  28. bind-to-key save-file                M-S
  29. bind-to-key write-file               M-W
  30. bind-to-key find-file                M-L
  31. bind-to-key read-file                M-G
  32. bind-to-key change-file-name         M-R
  33. bind-to-key insert-file              M-M
  34. bind-to-key view-file                M-V
  35. bind-to-key execute-file             M-X
  36.  
  37. bind-to-key shell-command            ^X^]
  38. bind-to-key i-shell                  ^X;
  39.  
  40. bind-to-key search-forward             M-^F
  41. bind-to-key goto-line                 M-N
  42. bind-to-key next-paragraph             M-E
  43. bind-to-key help                     M-H
  44. bind-to-key describe-bindings        ^XD
  45. bind-to-key describe-key             ^X^D
  46.  
  47. bind-to-key quick-exit                 M-Q
  48. bind-to-key exit-emacs               M-A
  49.