Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Key bindings not working under screen
- X-seq: zsh-users 15830
- From: Hemant Borole <hemantborole@xxxxxxxxx>
- To: Thorsten Kampe <thorsten@xxxxxxxxxxxxxxxx>
- Subject: Re: Key bindings not working under screen
- Date: Sat, 26 Feb 2011 12:09:48 -0800
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=o9p4pUVZIAT/VvlYiOWyfs0NEG2OkXflsREH06rzFQE=; b=VxzXBbcqvNhzywh0KxiM1Ith+5mZpaNgU6mrkeCcM7NbdJnhdSYicmYPNToynW+6Ah yZy4Q11Jhbahier7j1mo/iULPeH5622e3c5+I/ohCJsUQDyLywPyNxjBwjeXIKDjuDsd /Qk91vyo7XDVLwhIydrF2upIvFmz2p3PI0bZA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Gio/6pdHZIzc7Ge6RIyrm7DBsc46q6QnSxt3PGGRjXXHDxtIpw9i0fmihzD9ERbr/W ROD+DlMpUUVAnZKKNtPhPKnAzPPvDjsDSGl87ed+qXAuFTNBOvKkNingA1jMPBQiOnnH ZYV0BXS26f5Gxh3xqaag90kV29GlIzS+UbS+M=
- In-reply-to: <ik8mvc$ent$1@dough.gmane.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <ijdm27$upa$1@dough.gmane.org> <110215074453.ZM31765@torch.brasslantern.com> <ijeif5$5vt$2@dough.gmane.org> <110215195121.ZM32256@torch.brasslantern.com> <ijgd67$djk$1@dough.gmane.org> <110216090123.ZM799@torch.brasslantern.com> <ik8mvc$ent$1@dough.gmane.org>
move $HOME/.zsh* to some place. logout and log back in. Let the zsh config
rerun and then everything appears to work, with the EDITOR set to vi in
.zshrc
On Fri, Feb 25, 2011 at 8:56 AM, Thorsten Kampe
<thorsten@xxxxxxxxxxxxxxxx>wrote:
> * Bart Schaefer (Wed, 16 Feb 2011 09:01:21 -0800)
> >
> > On Feb 16, 12:41pm, Thorsten Kampe wrote:
> > } Subject: Re: Key bindings not working under screen
> > }
> > } > # at the top of .zshrc
> > } > exec 2> /tmp/zshrc$$
> > } > setopt xtrace
> > }
> > } It reaches the end ("setopt noxtrace") in both cases (screen call in
> > } .zlogin and without) and the generated log files in $TMP (zshrcnnnn)
> are
> > } exactly the same...
> >
> > Then it's time to look for something in /etc/zlogin or ~/.zlogin that
> > may be causing it (assuming screen starts zsh as a login shell). If
> > that's not the problem the only thing I could suggest is to create a
> > verbose shell function wrapper for bindkey, something like
> >
> > zmodload -i zsh/parameter
> > bindkey() {
> > print -u2 -- "$functrace[@]": bindkey "$@"
> > builtin bindkey "$@"
> > }
> >
> > and install that very early, perhaps in ~/.zshenv.
>
> I decided not to continue at this point since not setting EDITOR to vim
> fixes the issue.
>
> Thanks, Thorsten
>
>
--
Hemant Borolé
Messages sorted by:
Reverse Date,
Date,
Thread,
Author