Created
May 27, 2020 03:38
-
-
Save jackcallister/cb69448819504726b21c26dbd5663dad to your computer and use it in GitHub Desktop.
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
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