Skip to content

Instantly share code, notes, and snippets.

@dtrasbo
Created December 1, 2010 16:25
Show Gist options
  • Save dtrasbo/723727 to your computer and use it in GitHub Desktop.
Save dtrasbo/723727 to your computer and use it in GitHub Desktop.
Very useful Terminal.app shortcuts
  • Ctrl + Q Delete entire command
  • Ctrl + W Delete one word back
  • Ctrl + E Moves to the end of the command
  • Ctrl + R Search back in command history
  • Ctrl + A Moves to beginning of command
  • Ctrl + D Works like delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment