Skip to content

Instantly share code, notes, and snippets.

@nerdess
Last active December 18, 2015 00:09
Show Gist options
  • Save nerdess/5694077 to your computer and use it in GitHub Desktop.
Save nerdess/5694077 to your computer and use it in GitHub Desktop.
Emacs
What is M-X?
Press Esc+X
Toggle between open windows ("buffers")
Ctrl+x o
Find something
Ctrl+s (forwards)
Ctrl+r (backwards)
Continue pressing s or r to jump between found items
Undo
Ctrl+x u
Mark a piece of text
Ctrl+Space
Copy a piece of text
M+w
Paste a piece of text
Ctrl+y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment