Skip to content

Instantly share code, notes, and snippets.

@jackcallister
Created May 27, 2020 03:38
Show Gist options
  • Save jackcallister/cb69448819504726b21c26dbd5663dad to your computer and use it in GitHub Desktop.
Save jackcallister/cb69448819504726b21c26dbd5663dad to your computer and use it in GitHub Desktop.
other pane cx o
close pane cx 0
go to end of line ce
go to start of line ca
go to end of file m>
go to start of file m<
go to forward word mf
go to back word mb
run code cc ce
Start repl esc x cider-jack-in
Compile file cc ck
Undo cx u
Set mark c spc
Then delete cw
barf c shift right
slurp c shift right
cut cw
copy mw
paste cy
list all buffers (to nav about) cx cb
nav buffers cx left right
change to buffer in other plane cx 4 b
comment out selection M ;
compile file cc ck
clear the repl cc co
show repl cc cz
kill line ck
kill word md
Indent cx tab
compile file cc ck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment