Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh in screen - bad erase key ^@ instead of ^H or ^?
- X-seq: zsh-workers 24285
- From: "Chuck (vid,smtp3)" <GBSCDcM8oX5F7qrd@xxxxxxxxxx>
- To: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: zsh in screen - bad erase key ^@ instead of ^H or ^?
- Date: Tue, 18 Dec 2007 10:19:23 -0800
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20071218150148.GA4758@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <47677243.9030309@xxxxxxxxxx> <20071218150148.GA4758@xxxxxxxxx>
Nope, no bindkeys like that. I tried to force
bindkey -d -k kb stuff ^H
but it didn't have any affect.
Wayne Davison wrote:
> On Mon, Dec 17, 2007 at 11:09:55PM -0800, Chuck wrote:
>
>> ^v(bs key) tells me bs is currently ^@.
>>
>
> Check your screenrc files to see if the backspace key is being handled
> specially. I've seen the following in /etc/screenrc on some older systems:
>
> bindkey -d -k kb stuff ^H
>
> Perhaps yours has ^@? You can override this by leaving off the "stuff"
> command:
>
> bindkey -d -k kb
>
> ..wayne..
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author