summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-03-08 08:53:39 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-03-08 08:53:39 +0200
commitcfb6e6ec0e848752edeaefc90731c8fa67cc5077 (patch)
tree721e12ca4b7c12677b13d6ae3466ac56d58bbb5a /README.md
parent019f7659e32915559d220abfd7f09b906c0853fe (diff)
Mention the use of C-c M-i with prefix arguments
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index e3067ce6..84c982d3 100644
--- a/README.md
+++ b/README.md
@@ -775,8 +775,12 @@ Keyboard shortcut | Description
### Value inspection
Pressing <kbd>C-c M-i</kbd> after some form in a source buffer or the REPL will
-result in a new buffer, showing the structure of the result of the form in question. You'll
-have access to additional keybindings in the inspector buffer (which is
+result in a new buffer, showing the structure of the result of the form in question.
+You can also use <kbd>C-u C-c M-i</kbd> to inspect the result of the current top-level
+form and <kbd>C-u C-u C-c M-i</kbd> to read an expression from the minibuffer and
+inspect its result.
+
+You'll have access to additional keybindings in the inspector buffer (which is
internally using `cider-inspector-mode`):
Keyboard shortcut | Description