[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: zsh configuration proposal
- From: Jonathan Marc Bearak <jonathanbearak yahoo com>
- To: fedora-devel-list redhat com
- Subject: Re: zsh configuration proposal
- Date: Sat, 24 Jan 2004 23:29:52 -0500
On Sat, 2004-01-24 at 19:52, Eric Hattemer wrote:
> Jonathan Marc Bearak wrote:
>
> >The delete key does not work by default in zsh. A quick Google told me
> >to append
> >bindkey '\e[3~' delete-char
> >to /etc/zshrc
> >(found at http://mail-index.netbsd.org/port-i386/2003/10/01/0001.html)
> >which fixes this. Could this be included in the suggested zshrc?
> >
> >
> >
> Absolutely, thank you very much. I will test it out, then put that in.
>
> -Eric Hattemer
>
Thanks. Could you also add these, for home/end/insert?
bindkey '\e[1~' beginning-of-line
bindkey '\e[4~' end-of-line
bindkey '\e[2~' overwrite-mode
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]