Skip to content

Instantly share code, notes, and snippets.

@willis7
Created July 6, 2017 18:48
Show Gist options
  • Save willis7/1d6245ca1a9c6b464053cda659daa30f to your computer and use it in GitHub Desktop.
Save willis7/1d6245ca1a9c6b464053cda659daa30f to your computer and use it in GitHub Desktop.
Command-line Keyboard Shortcuts
  • Alt + click -- position the cursor in the terminal
  • Ctrl + a -- go to the start of a line
  • Ctrl + e -- go to the end of a line
  • Ctrl + u -- delete from cursor to the start of the line
  • Ctrl + k -- delete from cursor to the end of the line
  • Ctrl + w -- delete from cursor to the start of a word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment