Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
backspace => ^? in remote vi under screen, all shells zsh
- X-seq: zsh-users 9910
- From: Deliverable Mail <deliverable@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: backspace => ^? in remote vi under screen, all shells zsh
- Date: Fri, 10 Feb 2006 17:45:18 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=AjTAfFTJammM+Ln5aSu56dnUlaP6EZb7tJh+CvZi5OgAQ8bQ29DJwnuwLLC/l2SOdjBEKwEsvfToLAW4KMIXynEGbc3N8iMx1Ofjzv2A5GyOb5kiBVN1BJnbuVjueq8kTXUTiGyIzkPU+fy/4bfFyU5y4YZWDjv9sypzrhuEa1A=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I have this annoying problem -- in my local zsh and screen everything is OK. But when I log into certain Red Hat 7.2 boxen from a window in that screen, and start vi, backspace produces ^?. Note that *remote* shell is zsh and backspace in its command line works just fine.
I dug out the solution for (the local) screen -- tell it
bindkey ^? stuff ^H
That fixes the remote vi, keeps remote zsh happy, but breaks the local screen itself fscking up ^A <backspace> which no longer moves to the previous window until it eats an extra key press or something.
I wonder whether this is a problem which can be fixed on zsh's own bindkey level?
Cheers,
Alexy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author