Skip to content

Instantly share code, notes, and snippets.

@dfischer
Created November 19, 2013 00:23
Show Gist options
  • Select an option

  • Save dfischer/7537884 to your computer and use it in GitHub Desktop.

Select an option

Save dfischer/7537884 to your computer and use it in GitHub Desktop.
Ctrl + A - move to start of current paragraph
Ctrl + B - move left one character
Ctrl + D - forwards delete
Ctrl + E - move to end of current paragraph
Ctrl + F - move right one character
Ctrl + H - delete
Ctrl + K - delete remainder of current paragraph
Ctrl + N - move down one line
Ctrl + O - insert new line after cursor
Ctrl + P - move up one line
Ctrl + T - transpose (swap) two surrounding character
Ctrl + V - move to end, then left one character
Ctrl + Y - paste text previously deleted with Ctrl - K
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment