Skip to content

Instantly share code, notes, and snippets.

@pala
Created July 8, 2013 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pala/5951963 to your computer and use it in GitHub Desktop.
Save pala/5951963 to your computer and use it in GitHub Desktop.
zsh shortcuts
  • ⌃ + a Move to the beginning of the line.

  • ⌃ + e Move to the end of the line.

  • ⌃ + u Clear the entire line.

  • ⌃ + w Delete the word in front of the cursor.

  • ⌃ + r Search history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment