Skip to content

Instantly share code, notes, and snippets.

@vilaca
Created August 20, 2022 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vilaca/57beb4ffbfbe67cb0b00a0faaf3ffc98 to your computer and use it in GitHub Desktop.
Save vilaca/57beb4ffbfbe67cb0b00a0faaf3ffc98 to your computer and use it in GitHub Desktop.
bash shortcuts
CTRL-L Clears the screen
CTRL-D Exits the current shell
CTRL-Z Puts the current process into suspended background
CTRL-C Kills the current process
CTRL-H Works the same as backspace
CTRL-A Goes to the beginning of the line
CTRL-W Deletes the word before the cursor
CTRL-U Deletes from beginning of line to cursor position
CTRL-E Goes to the end of the line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment