Last active
April 9, 2017 10:18
-
-
Save mrpatrick/2431736 to your computer and use it in GitHub Desktop.
emacs cheat sheet
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
C-x r t - insert char on entire selection | |
M-$ - flyspell the word the cursor is on (or near) | |
M-v - page up | |
X-m - smerge-mode (syntax highlight git merge conflicts) | |
(set-face-attribute 'default nil :height 100) - increase font size | |
prepend string - entire region | |
`M-x string-insert-rectangle RET` | |
append string - entire region - $ matches end of line | |
`M-x replace-regexp RET $` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment