Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh bindkey
- X-seq: zsh-users 3569
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Piotrek Kaczmarek <kaczorek@xxxxxxxxxxx>
- Subject: Re: zsh bindkey
- Date: Sat, 16 Dec 2000 10:58:04 -0500
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <20001216104023.A16280@xxxxxxxxxxx>; from kaczorek@xxxxxxxxxxx on Sat, Dec 16, 2000 at 10:40:23AM +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20001216104023.A16280@xxxxxxxxxxx>
> I want not to display '~', but to go to the end of line.
> I have typed this command:
> % bindkey "^[[4" end-of-line
> It should solve my problem; it goes to the end of line, but
> it displays '~' too. How to solve it ?
bindkey "^[[4~" end-of-line
(or, if you're using 3.1.9-dev-8 and terminfo)
bindkey "$terminfo[kend]" end-of-line
Messages sorted by:
Reverse Date,
Date,
Thread,
Author