Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange key binding behaviour change
- X-seq: zsh-users 15535
- From: Ian Petts <ipetts@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Strange key binding behaviour change
- Date: Fri, 12 Nov 2010 17:34:29 +1100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=zKEoxVxww+7FS2HLLtbapwOTIYv70AoLBB+98vMbGfw=; b=mtPgunx3ooqYOvgqxQ+JLodouXGPk3R0H/JID4axSA8wetiT93VIab9YuU2f2h4RVJ TWxWJAZbVULr8MGArfMg43dS8VLKRPiKBll9W+AgAxFVmwSGxy15WibN9bfTSAzJDWOZ NenF62OfctOq7f+Rnsjv1kT6bJdD7vYwN0+rQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=sQvud3u4RiQvNG7rWSNNXA4TKUmL30IzGVp9YsnAVqnfIlKYUB60c88Gzc/2gkHpVZ pR2qBzQ+Vbn/NJtVsyVp52IDEgXh/nfALuBn5E2YwJfS301LrnTHRqpKZG5cVaiX+MW8 4lMYPs7O/9UK7442EjWfed1DfXn8DOEdM/KMk=
- In-reply-to: <AANLkTimymLwjuU6GCvLGCXT2vouwPWQpYeXRSmVDZMTS@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <20101112010808.GB17634@xxxxxxxxxxxxxxxxxxx> <AANLkTimymLwjuU6GCvLGCXT2vouwPWQpYeXRSmVDZMTS@xxxxxxxxxxxxxx>
> > I have been trying to recall/find the "start zsh without any startup
> > files" option in order to start debugging, but so far without success.
>
> I think you're thinking of zsh -f.
Thanks Aaron. That helped me find the issue.
The anti-climactic conclusion was that at some point I had set
EDITOR=vim in my /etc/environment, which caused zle to default to vi
mode.
Adding "bindkey -e" to my .zshrc fixed the problem.
Regards,
Ian.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author