home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15839 < prev    next >
Encoding:
Text File  |  1993-01-22  |  838 b   |  36 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!news.encore.com!tma
  3. From: tma@encore.com (Thanh Ma)
  4. Subject: Re: History in ksh?
  5. Organization: Encore Computer Corporation
  6. Date: Fri, 22 Jan 1993 13:41:20 GMT
  7. Message-ID: <C19Coy.DKs@encore.com>
  8. References: <1299@alsys1.aecom.yu.edu> <1993Jan21.141915.3359@candle.uucp> <1993Jan22.120823.19916@mfltd.co.uk>
  9. Sender: news@encore.com (Usenet readnews user id)
  10. Nntp-Posting-Host: edison.encore.com
  11. Lines: 23
  12.  
  13. dnh@mfltd.co.uk (Des Herriott) writes:
  14.  
  15.  
  16. >In article <1993Jan21.141915.3359@candle.uucp>, root@candle.uucp (Bruce Momjian) writes:
  17. >> 
  18. >> Add this to your .kshrc file:
  19. >>     set -o emacs
  20. >>     alias __A=^P
  21. >>     alias __B=^N
  22. >>     alias __C=^F
  23. >>     alias __D=^B
  24.  
  25. >Nah, use 'set -o vi' !
  26. >                 --
  27.  
  28. >Sorry, couldn't resist :-)
  29.  
  30. or set in .profile
  31. VISUAL=vi
  32. export VISUAL
  33.  
  34. --
  35. thanh
  36.