Tag questions related to the zsh line editor, including prompts, zle widgets, and the `zle` and `bindkey` commands
ZLE is the zsh line editor. It's the part of the shell that deals with what you type and edit. You can extend the line editor using shell functions. The functionality available is immensely powerful.
- The Z-Shell Line Editor from A User's Guide to the Z-Shell
- Zsh Line Editor reference