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

Re: zsh in screen - bad erase key ^@ instead of ^H or ^?



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