Skip to content

Instantly share code, notes, and snippets.

@brainbrian
Last active November 24, 2021 02:08
Show Gist options
  • Save brainbrian/73ad0f9696c4125887dcbbb08fffee0a to your computer and use it in GitHub Desktop.
Save brainbrian/73ad0f9696c4125887dcbbb08fffee0a to your computer and use it in GitHub Desktop.
Helpful Terminal Keyboard Commands

Terminal Keyboard Commands

  • ctrl + a = begining of line
  • ctrl + e = end of line
  • ctrl + u = clear up

VIM

  • dw = delete word
  • dd = delete line
  • daw = delete the word under the cursor
  • caw = delete the word under the cursor and put you in insert mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment