Skip to content

Instantly share code, notes, and snippets.

@npeters
Created March 31, 2015 22:03
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 npeters/3b45417489565f17332a to your computer and use it in GitHub Desktop.
Save npeters/3b45417489565f17332a to your computer and use it in GitHub Desktop.
Console cusor move
C-xC-e editor
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.
Esc + 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 from the start of the line to the current cursor position.
Ctrl + W Deletes the word before the cursor.
Alt + B Goes back one word at a time.
Alt + F Moves forward one word at a time.
Alt + C Capitalizes letter where cursor is and moves to end of word.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment