Skip to content

Instantly share code, notes, and snippets.

@adamluzsi
Created April 30, 2018 10:28
Show Gist options
  • Save adamluzsi/e47930ac725e852327715dfea8be6226 to your computer and use it in GitHub Desktop.
Save adamluzsi/e47930ac725e852327715dfea8be6226 to your computer and use it in GitHub Desktop.
terminal cheat sheet
  • CTRL+u
    • clears from cursor to beginning of line
  • CTRL+k
    • clears from cursor to end of line
  • CTRL+d
    • clears one character to the right of the cursor
  • Esc+Backspace
    • clears one word to the left of the cursor
  • Esc+d
    • clears one word to the right of the cursor
  • Meta+left/right
    • jumps to the beginning of the previous/next word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment