Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ANDREW.CMU.EDU!mikem+ From: mikem+@ANDREW.CMU.EDU (Michael Meyer) Newsgroups: gnu.bash.bug Subject: Re: Arrow key bindings Message-ID: Date: 10 Feb 90 16:26:08 GMT References: <1990Feb9.131949.22274@fctunl.rccn.pt> Sender: root@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 Using bash 1.04, the following .inputrc file will bind the vt100 arrow keys. --Mike "\M-[A": previous-history "\M-[B": next-history "\M-[C": forward-char "\M-[D": backward-char