Skip to content

Instantly share code, notes, and snippets.

@hvardhanx
Created September 27, 2019 08:12
Show Gist options
  • Save hvardhanx/5ab0a75b340ec1aaa959d27e12702f4c to your computer and use it in GitHub Desktop.
Save hvardhanx/5ab0a75b340ec1aaa959d27e12702f4c to your computer and use it in GitHub Desktop.
C-f Move forward a character
C-b Move backward a character
M-f Move forward a word
M-b Move backward a word
C-n Move to next line
C-p Move to previous line
C-a Move to beginning of line
C-e Move to end of line
M-a Move back to beginning of sentence
M-e Move forward to end of sentence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment