Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active August 29, 2015 14:04
Show Gist options
  • Save phlco/4ccf1a6ac2d2d8eca045 to your computer and use it in GitHub Desktop.
Save phlco/4ccf1a6ac2d2d8eca045 to your computer and use it in GitHub Desktop.
terminal commands
Shortcut Action
or scrolls through previous entered commands
ctrl+c clears a line or cancel a process
ctrl+a moves your cursor to the beginning of a line.
ctrl+e moves it to the end of the line.
ctrl+f moves the cursor forward
ctrl+b moves the cursor back
ctrl+w deletes the previous word
ctrl+h deletes the one character at a time
ctrl+k deletes to the end of the line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment