Skip to content

Instantly share code, notes, and snippets.

@oleksiilevzhynskyi
Created September 20, 2011 19:28
Show Gist options
  • Save oleksiilevzhynskyi/1230077 to your computer and use it in GitHub Desktop.
Save oleksiilevzhynskyi/1230077 to your computer and use it in GitHub Desktop.
Hot keys in terminal
ctrl+a or Home - Moves the cursor to the start of a line.
ctrl+e or End - Moves the cursor to the end of a line.
ctrl+b - Moves to the beginning of the previous or current word.
ctrl+k - Deletes from the current cursor position to the end of the line.
ctrl+u - Deletes the whole of the current line.
ctrl+w - Deletes the word before the cursor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment