emacs -nw
https://github.com/corgi-emacs/corgi/blob/main/corgi_manual.org
- L, H - next, prev s-expression
2yL
copy (“yank”) the next 2 s-expressions
, g g
is a general binding to jump to an identifier’s definition, g b
will pop you back to where you came from
, s c
connect to a REPL / process, s s
toggle between REPL and code buffer, s q
quit current REPL, j j
connect to a regular REPL (Clojure)
, e b
- eval buffer, e e
- eval from before cursor, e p
- evaluate last sexp and print the results, RET
- evaluate the outer form
,,g
--> (user/go),,b
--> (user/browse)
spc f f
- 開檔,指定檔名spc p f
- 開檔,fuzzy searchspc p s
- search in project
spc 1
- jump to the window 1spc w 0
- close the windowspc w 2
- 開兩個視窗
spc b l
- 顯示所有的 buffers
C-g
- cancel current operationC-x C-c
- quit emacsC-x C-u C-e
- write the result of eval in lineC-z
quit evil mode temporilySPC SPC
- run command