Skip to content

Instantly share code, notes, and snippets.

@brianpeiris
Last active August 29, 2015 14:14
Show Gist options
  • Save brianpeiris/983bfd6174f09ccefae9 to your computer and use it in GitHub Desktop.
Save brianpeiris/983bfd6174f09ccefae9 to your computer and use it in GitHub Desktop.
Terminal Keyboard Shortcut Cheat Sheet

Terminal Keyboard Shortcut Cheat Sheet

Shortcut Action
Ctrl-a Move to start of line
Ctrl-e Move to end of line
Alt-b Move back one word
Alt-f Move forward one word
Ctrl-w Delete word before cursor
Ctrl-u Delete entire line
Ctrl-k Delete from cursor to end of line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment