home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!news.encore.com!tma
- From: tma@encore.com (Thanh Ma)
- Subject: Re: History in ksh?
- Organization: Encore Computer Corporation
- Date: Fri, 22 Jan 1993 13:41:20 GMT
- Message-ID: <C19Coy.DKs@encore.com>
- References: <1299@alsys1.aecom.yu.edu> <1993Jan21.141915.3359@candle.uucp> <1993Jan22.120823.19916@mfltd.co.uk>
- Sender: news@encore.com (Usenet readnews user id)
- Nntp-Posting-Host: edison.encore.com
- Lines: 23
-
- dnh@mfltd.co.uk (Des Herriott) writes:
-
-
- >In article <1993Jan21.141915.3359@candle.uucp>, root@candle.uucp (Bruce Momjian) writes:
- >>
- >> Add this to your .kshrc file:
- >> set -o emacs
- >> alias __A=^P
- >> alias __B=^N
- >> alias __C=^F
- >> alias __D=^B
-
- >Nah, use 'set -o vi' !
- > --
-
- >Sorry, couldn't resist :-)
-
- or set in .profile
- VISUAL=vi
- export VISUAL
-
- --
- thanh
-