home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / editors / 3308 < prev    next >
Encoding:
Text File  |  1993-01-26  |  603 b   |  24 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!mcsun!sun4nl!sci.kun.nl!cs.kun.nl!hansm
  3. From: hansm@cs.kun.nl (Hans Mulder)
  4. Subject: Re: Help : Need to map TAB to # of spaces in VI
  5. Message-ID: <C1GIM9.76B@sci.kun.nl>
  6. Sender: news@sci.kun.nl (News owner)
  7. Nntp-Posting-Host: zeus.cs.kun.nl
  8. Organization: University of Nijmegen, The Netherlands
  9. References: <538@heimdall.sdrc.com> <C1EsI3.362@sci.kun.nl>
  10. Date: Tue, 26 Jan 1993 10:32:32 GMT
  11. Lines: 11
  12.  
  13. I wrote:
  14.  
  15. >set ts=666 shiftwidth=3
  16. >map ^V^I ^T
  17.  
  18. That should of course have been:
  19.  
  20. >map! ^V^I ^T
  21. >"    ^ you need to type two or three control-Vs here
  22.  
  23. HansM
  24.