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

Re: Strange key binding behaviour change



> > 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