Skip to content

Instantly share code, notes, and snippets.

@lalunamel
Last active December 22, 2015 01:49
Show Gist options
  • Save lalunamel/6399071 to your computer and use it in GitHub Desktop.
Save lalunamel/6399071 to your computer and use it in GitHub Desktop.
Command line tricks I've picked up
**Movement**
Beginning of line - Ctr+a
End of line - Ctr+e
**Text Manipulation**
Delete word behind - Ctr+w
Delete beginning of line to cursor - Ctr+u
Delete end of line to cursor - Ctr+k
**Command Manipulation**
Comment out current command - Alt+# (Shift+3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment