Skip to content

Commit 8ae510a

Browse files
committed
Merge pull request #509 from jonpither/readme-nses
Updating README with switch to namespace.
2 parents f6148b9 + 4114305 commit 8ae510a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ Keyboard shortcut | Description
497497
<kbd>C-c C-z</kbd> | Switch to the previous Clojure buffer. This complements <kbd>C-c C-z</kbd> used in cider-mode.
498498
<kbd>C-c M-f</kbd> | Select a function from the current namespace using `ido` and insert into the REPL buffer.
499499
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
500+
<kbd>C-c M-n</kbd> | Select a namespace and switch to it.
500501

501502

502503
In the REPL you can also use "shortcut commands" by pressing `,` at the beginning of a REPL line. You'll be presented with a list of commands you can quickly run (like quitting, displaying some info, clearing the REPL, etc). The character used to trigger the shortcuts is configurable via `cider-repl-shortcut-dispatch-char`. Here's how you can change it to `:`:

0 commit comments

Comments
 (0)