Tag questions related to the zsh line editor, including prompts, zle widgets, and the `zle` and `bindkey` commands
Where can I find a list of zsh commands that I can use with bindkey, with descriptions? Each time that …
zsh zsh-zleCan I configure my prompt to show a new line after each command? To give you an example. In the …
zsh zsh-zleSometimes I use multiline commands in zsh: ❯ echo \ > a \ > multiline \ > command When editing the command after pulling …
zsh zsh-zleI have a zsh prompt I rather like: it evaluates the current time in precmd and displays that on the …
zsh prompt zsh-zleI usually find interesting zsh keybinding settings (through bindkey command) around the web. My question is how do I interpret …
zsh key-bindings keymapping zsh-zleHow to use shift to select part of the commandline (like in many text editors) ?
shell zsh zsh-zleI know that I can exec a date command in my zsh prompt. However, it shows the old time; to …
zsh prompt zsh-zle