Skip to content

Instantly share code, notes, and snippets.

@geoffrasb
Created July 4, 2012 22:30
Show Gist options
  • Save geoffrasb/3049840 to your computer and use it in GitHub Desktop.
Save geoffrasb/3049840 to your computer and use it in GitHub Desktop.
emacs notes
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