Skip to content

Instantly share code, notes, and snippets.

@hgfischer
Last active December 13, 2015 19:38
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 hgfischer/4963922 to your computer and use it in GitHub Desktop.
Save hgfischer/4963922 to your computer and use it in GitHub Desktop.
Emacs 24 Cheat Sheet

EMACS 24 Cheat Sheet

Navigation

File

  • Move to the beginning of file: Meta-<
  • Move to the end of file: Meta->

Pages

  • Move one page down: Ctrl-v
  • Move one page up: Meta-v

Lines

  • Place cursor line in the middle, top or bottom of current screen: Ctrl-l
  • Move to previous line: Ctrl-p
  • Move to next line: Ctrl-n
  • Move to the beginning of the line: Ctrl-a
  • Move to the end of the file: Ctrl-e

Words

  • Move backward a word: Meta-b  * Move forward a word: Meta-f

Characters

  • Move backward a character: Ctrl-b
  • Move forward a character: Ctrl-f

Sentences

  • Move back to beginning of sentence: Meta-a
  • Move forward to end of sentence: Meta-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment