### CIDER 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-n | Eval the ns form.