Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why the widget bound to menuselect isn't called?
- X-seq: zsh-users 24053
- From: Ben Klein <robobenklein@xxxxxxxxx>
- To: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- Subject: Re: Why the widget bound to menuselect isn't called?
- Date: Fri, 12 Jul 2019 22:29:46 -0400
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=DPkw57XGooFjP1xI4lVpA1V0A0uvWUf9rMa7tqCq0ow=; b=J3sar2lya5aMhioxS/b1cjAPQlKeQlFvPA9lL2ElOPIYwQJzYtprrc2hTg2LMkg/sX 4z6TGQRepRNCyFbG7EmosTL6c+MdDUI9oTp2LbM4vn04RiOg5aBruEogkkv89a1sEQQd nxhHu4OmcAa1L3iqYfCOHm8+TQBc+zls2yKLvE3PRg4+LFkJf/HQJdt9Lqyo6zt8MBKR g2PmAb0HsuyequKSJsNLKEjWUIKd4wGxe6LGCgJt0LmcOPyY/hnbQp5Lz2q6nLPZ6Ky+ TIvgSbuQm8f3e8WmT6Zm1iZA8kuGL1olMgIywMV2NK99aQmEnE/osgh8D+cRf+jMnmBj VrSA==
- In-reply-to: <CAKc7PVAY9mM-dNA61AgsJuea1p=-TOKv5driwkCaXsMVxuRH3g@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAyX6-J1r-E-pRbzdajofQ4CG8tK3WxpD3N0vR9+zoECQ@mail.gmail.com> <CAKc7PVDBSP5pxoTPp=tx-H=89HFJ=+uz+38Tb6pyd2Smvv8fVQ@mail.gmail.com> <CAH+w=7YxfneEQqqAJUykWGeEmmDVhq0g9QPRwfcTszWh+YK3zA@mail.gmail.com> <CAKc7PVAY9mM-dNA61AgsJuea1p=-TOKv5driwkCaXsMVxuRH3g@mail.gmail.com>
Welp I can confirm that the modification of the menuselect keymap binds
doesn't appear to have any effect.
Doesn't matter what key I try to bind to in menuselect, none of them seem
to activate.
robo-triangulum% bindkey -M menuselect
"^A" double-accept
"^I" complete-word
"^J" accept-line
"^M" double-accept
"^[OA" up-line-or-history
"^[OB" down-line-or-history
"^[OC" forward-char
"^[OD" backward-char
"^[[A" up-line-or-history
"^[[B" down-line-or-history
"^[[C" forward-char
"^[[D" backward-char
" " double-accept
robo-triangulum%
*\Ben Klein*
About: https://unhexium.net/about/
Other places online: https://unhexium.net/ll/
Contact me securely: https://keybase.io/robobenklein
On Fri, Jul 12, 2019 at 9:24 PM Sebastian Gniazdowski <
sgniazdowski@xxxxxxxxx> wrote:
> On Fri, 12 Jul 2019 at 21:36, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
> wrote:
> >
> > Are you sure that the zsh/complist module is loaded before you execute
> > the bindkey command?
>
> Yes, it is, and I've also tried the snippet in the interactive session
> after issuing the zmodload just to be sure. Doesn't this reproduce for
> you?
>
> --
> Sebastian Gniazdowski
> News: https://twitter.com/ZdharmaI
> IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
> Blog: http://zdharma.org
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author