From owner-freebsd-questions Fri Dec 10 6:35:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from osage.gate.net (osage.gate.net [198.206.134.25]) by hub.freebsd.org (Postfix) with ESMTP id DFE9215425 for ; Fri, 10 Dec 1999 06:35:29 -0800 (PST) (envelope-from wjm@gate.net) Received: from inca.gate.net (wjm@inca.gate.net [199.227.0.11]) by osage.gate.net (8.9.3/8.9.3) with ESMTP id JAA98264 for ; Fri, 10 Dec 1999 09:35:03 -0500 Received: from localhost (wjm@localhost) by inca.gate.net (8.8.6/8.6.9) with ESMTP id JAA28270 for ; Fri, 10 Dec 1999 09:36:22 -0500 X-Authentication-Warning: inca.gate.net: wjm owned process doing -bs Date: Fri, 10 Dec 1999 09:36:21 -0500 (EST) From: William Melanson To: freebsd-questions@FreeBSD.ORG Subject: Korn Shell key mapping question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sorry if this question might not be 100% applicable to the bsd os. I grabbed and installed the official AT&T release of KornShell 93 binaries yesterday. All seems to work well except for one minor mystery. In order for users to be able to use the arrow keys to remember last commands typed must emacs be avaialble? This is within users .kshrc: # Enable arrow keys for emacs-style command-line editing alias __A='^P' alias __B='^N' alias __C='^F' alias __D='^B' alias __H='^A' Any ideas what I'm overlooking here. Is there a different set of keystrokes that function the same as the arrow keys in question? thanks much - Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message