zsh zle - List of zsh bindkey commands - Stack Overflow
-
bindkey -l
will give you a list of existing keymap names. -
bindkey -M
will list all the bindings in a given keymap. - If you use the zsh command line in emacs mode, then the emacs keymap is likely to be most important for you.
-
If you use it in vi mode, then youβd be interested in
viins
andvicmd
.