zsh configuration proposal

Jonathan Marc Bearak jonathanbearak at yahoo.com
Sun Jan 25 04:29:52 UTC 2004


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







More information about the fedora-devel-list mailing list