Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Most minimal configuration challenge
On Sun, Aug 28, 2022 at 2:00 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Sun, Aug 28, 2022 at 6:59 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> >
> > Give the beginner something
> > with basic functionality, like a backspace key.
>
> Er, what?
>
> Zsh by default has for years bound both ^? (del) and ^H (backspace) to
> backward-delete-char. What else are you expecting?
This is what I always do:
bindkey "\e[3~" delete-char
--
Felipe Contreras
Messages sorted by:
Reverse Date,
Date,
Thread,
Author