When installing via zplug
: no such keymap menuselect
#452
-
After installing
I tried to use
What could be causing this? |
Beta Was this translation helpful? Give feedback.
Answered by
marlonrichert
Jul 7, 2022
Replies: 1 comment 1 reply
-
Looks like the Regarding Zplug, see this comment of mine: marlonrichert/zsh-edit#10 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jottr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the
menuselect
keymap (installed by Zsh’szsh/complist
module) has been deleted, probably by you or a plugin callingbindkey -d
. Try commenting out lines from your.zshrc
file until you find where that is done.Regarding Zplug, see this comment of mine: marlonrichert/zsh-edit#10 (comment)