List all existing hotkeys
Bind a hotkey to a specific command
Bind a hotkey to a specific key [s]equence
bindkey -s '^o' 'cd ..\n'List all hotkeys in a key[M]ap
Enable [e]macs mode (default mode)
Check which mode is active (vi or emacs)
bindkey -lL main | grep -Eo 'viins|emacs'