Skip to content

Instantly share code, notes, and snippets.

@davidalves1
Last active May 3, 2017 01:10
Show Gist options
  • Save davidalves1/4cde7ee653864b1f9f87e8c2d62b4316 to your computer and use it in GitHub Desktop.
Save davidalves1/4cde7ee653864b1f9f87e8c2d62b4316 to your computer and use it in GitHub Desktop.
Shortcut list to Mac terminal
Shortcut Description
Ctrl + a Go to the beginning of the line
Ctrl + e Go to the ending of the line
Ctrl + k Erase all after the cursor
Ctrl + w Erase the word before the cursor
Ctrl + u Erase all the line
Ctrl + l Clear the terminal buffer
Ctrl + r Find recently used commands
Ctrl + c Kills the current line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment