Show Menu
Cheatography

Callum's Emacs Cheat Sheet (DRAFT) by

Keybindings for my Emacs setup

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Cider

C-c M-j
cider-­jack-in
C-c C-n
eval current buffer NS form
C-c M-n
switch REPL to current buffer NS
C-x C-e
eval preceding form
C-c C-k
eval current buffer
M-.
jump to def
M-,
jump back a level

org files

<TA­B>
expand section at cursor
C-u C-u C-u <TA­B>
expand all sections

projectile

C-c p s g
grep in current project
 

Smartp­arens

M-s s
Slurp forward
M-s S
Slurp backward
M-s r
Barf forward
M-s R
Barf backward
 

Navigation

M-g g
Goto line

Killing and yanking

M-w
copy region
C-w
kill region (cut)
C-y
yank (paste)
C-k
kill line (forward)
C-M-k
kill sexp (forward)