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

Re: [RFC PATCH 3/3] FAQ: sync newuser-install



On Wed, Aug 31, 2022 at 5:28 PM Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
>
> On 2022-08-31 12:36:06 -0700, Bart Schaefer wrote:
> > (Isn't "bindkey -e" already the default?  Is this just to overcome
> > having EDITOR=vim or some such?)
>
> Unfortunately, it isn't (at least not with "zsh -f", for which the
> only possibility is to type "bindkey -e").

Really?

Src/zsh -f
% echo $EDITOR $VISUAL

% bindkey > /tmp/zsh-default-bindkey
% bindkey -e
% bindkey > /tmp/zsh-emacs-bindkey
% diff /tmp/zsh*key
%

What then IS the default for zsh -f ?




Messages sorted by: Reverse Date, Date, Thread, Author