summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-03-11 16:30:34 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2014-03-11 16:30:34 +0200
commit8ae510adf1b6595b5355bdc0ca29b29ce2f60304 (patch)
treed6f9c8dd17fa6d7585f10daba510de35a703781d
parentf6148b96d7235126a0418e1a9989136f6b4fc8f3 (diff)
parent411430585aa63b020f5602cc5cf511cb7b8b5534 (diff)
Merge pull request #509 from jonpither/readme-nses
Updating README with switch to namespace.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d367dfb..c7861847 100644
--- a/README.md
+++ b/README.md
@@ -497,6 +497,7 @@ Keyboard shortcut | Description
<kbd>C-c C-z</kbd> | Switch to the previous Clojure buffer. This complements <kbd>C-c C-z</kbd> used in cider-mode.
<kbd>C-c M-f</kbd> | Select a function from the current namespace using `ido` and insert into the REPL buffer.
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
+<kbd>C-c M-n</kbd> | Select a namespace and switch to it.
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 `:`: