# view list of alias alias # renew current shell as new exec bash exec zsh reset
export EDITOR=vim;
# Move ## move to beginning of command line ctrl + A ## move to end of command line ctrl + E # Delete ## Delete current word ctrl + w ## Delete current command ctrl + q # Clear ## clear current console messages cmd + k
Start keyword search for previous CLI commands. repeat pressing ctrl + r
to cycle through list of matching commands
ctrl + r