Top "Zsh-zle" questions

Tag questions related to the zsh line editor, including prompts, zle widgets, and the `zle` and `bindkey` commands

List of zsh bindkey commands

Where can I find a list of zsh commands that I can use with bindkey, with descriptions? Each time that …

zsh zsh-zle
zsh new line prompt after each command

Can I configure my prompt to show a new line after each command? To give you an example. In the …

zsh zsh-zle
Inserting a newline in a multiline zsh command pulled from history

Sometimes I use multiline commands in zsh: ❯ echo \ > a \ > multiline \ > command When editing the command after pulling …

zsh zsh-zle
zsh: update prompt with current time when a command is started

I have a zsh prompt I rather like: it evaluates the current time in precmd and displays that on the …

zsh prompt zsh-zle
Interpret zsh bindkey escaped sequences

I usually find interesting zsh keybinding settings (through bindkey command) around the web. My question is how do I interpret …

zsh key-bindings keymapping zsh-zle
Zsh zle shift selection

How to use shift to select part of the commandline (like in many text editors) ?

shell zsh zsh-zle
Constantly updated clock in zsh prompt?

I know that I can exec a date command in my zsh prompt. However, it shows the old time; to …

zsh prompt zsh-zle