home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / amigauuc.lha / AmigaUUCP / s / .edrc < prev    next >
Text File  |  1992-03-17  |  2KB  |  79 lines

  1.  
  2. ignorecase on
  3. savetabs on
  4. map help    (newwindow newfile src:dme/doc/dme.doc)
  5. map c-tab   (ping 0 while c=32 right repeat tr (( ) left) pong 0 down)
  6. map cs-tab  `del del del del down'
  7. map a-tab   `goto block while cb `c-tab down''
  8. map as-tab  `goto block while cb `cs-tab down''
  9. map s-f9    `saveas ram:\$filename'
  10. map a-/     (escimm (findstr ) escimm (repstr ) repeat -1 nextr)
  11. map c-m     menuon
  12. map c-a     (escimm (chfilename ))
  13. map c-right (repeat 8 tab)
  14. map c-left  (repeat 8 backtab)
  15. map s-return return
  16. map (a- )   (( ))
  17. map a-p     (saveas xnet:0x02000000/w/%par)
  18.  
  19. map A-/     (findmatch)
  20.  
  21. map c-bs    (set a \$filename newwindow newfile \$a)
  22.  
  23. map c-f1    (scanf %s bottom insfile \$scanf)
  24. map c-f2    (scanf %s newfile \$scanf)
  25. map c-f3    (scanf %s newwindow newfile \$scanf)
  26. map s-f7    (setfont topaz.font 7)
  27. map c-[     (ctags)
  28. map c-nk*   ca-1
  29. map c-nk-   (newfile t:unnamed)
  30.  
  31. map ca-1    (openwindow 0+12+485+169 map c-nk* ca-2)
  32. map ca-2    (openwindow 485+182+238+165 map c-nk* ca-3)
  33. map ca-3    (ca-1)
  34.  
  35. map Ls-lmb    (tomouse)
  36. map Ls-mmove    (ping 0 unblock block tomouse block pong 0)
  37. map Lc-lmb    unblock
  38.  
  39. #   DIFF / old version support.  The following macros automatically
  40. #   diff the file being saved with the old version and save the diff
  41. #
  42. #   s-f3 will retrieve the 'old' version.  Aweesome.
  43.  
  44. map s-f3  (set old (\$filename) execute (undiff >T:dme_temp \$filename tmp:diff/\$(fname).D) newwindow newfile T:dme_temp chfilename \$old unset old)
  45.  
  46. map cs-d  (execute (copy \$filename T:dme_temp) saveold execute (diff >tmp:diff/\$(fname).D T:dme_temp \$filename))
  47. #map f8    (cs-d escimm (newfile ))
  48. #map f9    (cs-d )
  49. #map f10   (cs-d quit)
  50. map s-f8  (saveold escimm (newfile ))
  51. map s-f9  (saveold)
  52. map s-f10 (saveold quit)
  53.  
  54. addpath dcc:man
  55. addpath dcc:doc
  56. addpath autodocs:
  57. addpath autoincs:
  58. addpath usys:amiga
  59.  
  60. map nk2 down
  61. map nk6 right
  62. map nk4 left
  63. map nk8 up
  64.  
  65. map s-nk8 top
  66. map s-nk2 bottom
  67. map s-nk4 first
  68. map s-nk6 last
  69. map nk3 pagedown
  70. map nk9 pageup
  71. map nk7 first
  72. map nk1 last
  73. map c-nk7 top
  74. map c-nk1 bottom
  75. map nk. del
  76.  
  77.  
  78.  
  79.