From: Douglas Steele Newsgroups: comp.os.msdos.djgpp Subject: Re: beginner question Date: Wed, 9 Jun 1999 11:14:41 +0100 Organization: Douglas Steele Message-ID: References: <4Xz+1DABd$W3EwDl AT dsteele DOT demon DOT co DOT uk> <375d8200 DOT 4790020 AT news3 DOT ibm DOT net> NNTP-Posting-Host: dsteele.demon.co.uk X-NNTP-Posting-Host: dsteele.demon.co.uk:158.152.120.79 X-Trace: news.demon.co.uk 928923418 nnrp-11:2362 NO-IDENT dsteele.demon.co.uk:158.152.120.79 X-Complaints-To: abuse AT demon DOT net MIME-Version: 1.0 X-Newsreader: Turnpike (32) Version 4.00 Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mark E. writes >>>> Can anyone tell me how to map my "End" key so it takes me to the end of >>>> a line (same as ctrl-e) >>> >>>I don't think you can do it. Current ports of Bash don't support most >>>of the PC-specific edit keys (the original Bash code uses >>>Unix-specific features that aren't emulated in DJGPP yet). I'm afraid >>>you are stuck with Ctrl-E, at least for now. >>> >>Pity, I thought it might be the case. >> > >In the binary distribution of Bash, search for the file '_inputrc'. Copy >this file to the directory in the HOME environment variable. When you >restart bash, the edit keys (except Insert) should now work. That works ! Many thanks. -- Douglas