Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh bindkey



> 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