home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / xc-4.1 / part01 / .exrc < prev    next >
Encoding:
Text File  |  1993-04-13  |  812 b   |  28 lines

  1. " the leading '"' makes this line a comment
  2. " uncomment lines by removing the leading '"'
  3. "
  4. " tab settings for all XC source files 
  5. set ts=4 sw=4
  6. "
  7. " macros for handling CompuServe downloads
  8. " make sure the ^M below are true Ctrl-M
  9. " make sure the ^[ below are true ESCAPE
  10. "
  11. " set wm=1 
  12. "
  13. " F5 squeezes out empty lines, marks new setion with 'm'
  14. " map    #5    /^welcome to /
  15. --mm/^Forum !\/
  16. d`mSmm
  17. :.,$g/^ *$/d
  18. 'm
  19. "
  20. " F2 deletes from current line to mark 'm', and leaves a new mark 'm'
  21. " map    #2    d`mSmmz
  22. "
  23. " with cursor within a message, F1 sets up for a reply
  24. " map    #1    ?^#: \([1-9][0-9]*\) .*S[0-9]*/.*?
  25. Y/
  26. 
  27. " map        P:s;;re\1;
  28. mao/post unfmbO
  29. "
  30. " ^X takes a reply prepared after an F1, and appends it to an upload file
  31. " map        'aO:'a,'b w>>%R
  32. :'a,'b d
  33. "
  34. " F8 places next message at top of screen
  35. " map    #8    /#:/z
  36.