| Command | Key | Desc |
|---|---|---|
| Clean NS Form | space c n | clojureLsp.refactor.cleanNs |
| Add Missing Require | space a m | clojureLsp.refactor.addMissingLibspec |
| Extract to New Function | space e f | |
| Toggle Privacy | space t p | |
| Inline Symbol | space i s | |
| Introduce let | space l i | |
| Expand Let | space l e | |
| Move to Previous let Box | space l p | |
| Thread First | space t f | clojureLsp.refactor.threadFirstAll |
| Thread First All | space f a | |
| Thread Last | space t l | |
| Thread Last All | space l a | clojureLsp.refactor.threadLastAll |
| Unwind All | space u a | |
| Unwind Thread | space u t | clojureLsp.refactor.unwindThread |