Skip to content

Instantly share code, notes, and snippets.

@podviaznikov
Created November 24, 2014 19:41
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 podviaznikov/c885927d8c80f52164f2 to your computer and use it in GitHub Desktop.
Save podviaznikov/c885927d8c80f52164f2 to your computer and use it in GitHub Desktop.
Terminal Shortcuts
  • Jump to Beginning of Line – Control+A
  • Jump to End of Line – Control+E
  • Go to Next Line – Control+N
  • Go to Previous Line – Control+P
  • Delete Previous Word – Control+W
  • Delete Line from Cursor to Beginning – Control+U
  • Delete Line from Cursor to End – Control+K
  • Cut from Cursor to Beginning of Line – Control+U
  • Cut from Cursor to End of Line – Control+K
  • Paste Previously Cut Text at Cursor – Control+Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment