Zsh cheatsheetEdit
Miscellaneous
vared VAR: edit variable inline
Command line substitution
!!previous command!$last parameter of previous command!^first parameter of previous command!*all parameters of previous command!strlast command beginning with "str"!?strlast command containing "str"
Parameter expansion (see man zshexpn)
${=VAR}split$VARinto words