Re: Gnome-terminal bug.



Hi,

>>>>> On Tue, 16 Feb 1999 23:31:27 +0100 (CET)
>>>>> "Szabo, Balazs" <dlux@dlux.hu> said:

 Balazs> I have tried the gnome-terminal. It is quite good, but I
 Balazs> cannot use the up/down arrow in the terminal window. It puts
 Balazs> AA and B letters instead of scrolling the histroy. I am using
 Balazs> zsh version 3.0.5. With bash 1.14.7 there are no such
 Balazs> problems occured.

gnome-terminal is not (bug-)compatible with xterm. But teaching zsh
the appropriate bindings is usually easy. Put these into an
appropriate rc:

	bindkey '\E[H' beginning-of-line '\E[F' end-of-line
	bindkey '\EOA' up-line-or-history '\EOB' down-line-or-history
	bindkey '\EOC' forward-char '\EOD' backward-char

HTH,

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]