Last active
December 18, 2015 00:09
-
-
Save nerdess/5694077 to your computer and use it in GitHub Desktop.
Emacs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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