Created
July 4, 2012 22:30
-
-
Save geoffrasb/3049840 to your computer and use it in GitHub Desktop.
emacs notes
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-v ->vim:c-d | |
m-v ->vim:c-u | |
c-l ->vim:z. | |
c-u 0 c-l | |
m-f ->vim:w | |
c-a ->vim:0 | |
c-e ->vim:$ | |
m-a ->vim:{ | |
m-e ->vim:} | |
m-< ->vim:gg | |
m-> ->vim:G | |
c-u {times} command | |
c-g cancel | |
<delback> | |
c-d <delete> | |
m-<delback> ->vim:db | |
m-d delete ->vim:dw | |
c-k ->vim:D | |
m-k ->vim:d} | |
c-@ ->vim:v | |
| | |
->c-w | |
c-y yanking | |
m-y | |
c-x u ->undo | |
c-_ ->undo | |
c-x c-f find file | |
c-x c-s save | |
c-x s save all buffer(? | |
c-x c-c close emacs | |
m-x repl s ... | |
m-x recover file | |
c-x 2 split window | |
c-m-v to scroll another window | |
c-x o to switch window | |
c-j newline and align |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment