-
Notifications
You must be signed in to change notification settings - Fork 0
Fireplace Commands
Robin Lunn edited this page Mar 15, 2019
·
4 revisions
| command | description |
|---|---|
:[range]Eval |
Evaluation all code in the given range in NREPL |
[^D |
Go to the definition of the symbol under the cursor |
[d |
Lookup/explain symbol under cursor |
K |
Doc version of [d |
cpp |
Evaluated the form under cursor in NREPL |
:lopen |
Open last stacktrace for navigation |
^X^O or ^Space
|
Omnicomplete with clojure deliciousness |
:Require |
Require the namespace under the cursor into NREPL |
gf |
Open the named file under the cursor (good for namespaces) |
cqq |
Open a new window with the form under the cursor copied to the window ready to send to NREPL |
cqc |
Open a new window in insert mode ready to send to NREPL |