| Command | Description |
|---|---|
| C-c M-n | Switch the namespace of the REPL buffer to the namespace of the current buffer. |
| C-c C-e | Evaluate the form preceding point and display the result in the echo area. If invoked with a prefix argument, insert the result into the current buffer. |
| C-c M-o | Clear the entire REPL buffer, leaving only a prompt. Useful if you're running the REPL buffer in a side by side buffer. |
| C-c C-k | Load (eval) the current buffer. |
| Command | Description |
|---|---|
| C-c p f | Display a list of all files in the project. With a prefix argument it will clear the cache first. |
| C-c p d | Display a list of all directories in the project. With a prefix argument it will clear the cache first. |