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
<TAB> |
expand section at cursor |
C-u C-u C-u <TAB> |
expand all sections |
projectile
C-c p s g |
grep in current project |
|
|
Smartparens
M-s s |
Slurp forward |
M-s S |
Slurp backward |
M-s r |
Barf forward |
M-s R |
Barf backward |
|
|
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) |
|