Skip to content

Instantly share code, notes, and snippets.

@grantcooksey
Last active June 8, 2018 03:03
Show Gist options
  • Save grantcooksey/93f0480b40f0b30f19fb5f703f533942 to your computer and use it in GitHub Desktop.
Save grantcooksey/93f0480b40f0b30f19fb5f703f533942 to your computer and use it in GitHub Desktop.
Collection of emacs shortcuts

Navigation

  • Move to beginning of line: M-m
  • End of file: M->
  • Beginning of file: M-<
  • Close current window C-x 0

Shell

  • run last command: M-p
  • run previous command: M-n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment