Skip to content

Commit d761381

Browse files
committed
Correct cider-toggle-trace-* bindings
This change fixes the cider-toggle-trace-var binding in the README (changing from `C-c M-t` to `C-c M-t v`. And adds the toggle namespace key binding `C-c M-t n`
1 parent b7be39b commit d761381

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,8 @@ Keyboard shortcut | Description
604604
<kbd>C-c C-d d</kbd> | Display doc string for the symbol at point. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol.
605605
<kbd>C-c C-d j</kbd> | Display JavaDoc (in your default browser) for the symbol at point. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol.
606606
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
607-
<kbd>C-c M-t</kbd> | Toggle var tracing.
607+
<kbd>C-c M-t v</kbd> | Toggle var tracing.
608+
<kbd>C-c M-t n</kbd> | Toggle namespace tracing.
608609
<kbd>C-c C-u</kbd> | Undefine a symbol. If invoked with a prefix argument, or no symbol is found at point, prompt for a symbol.
609610
<kbd>C-c ,</kbd> | Run tests for namespace.
610611
<kbd>C-c C-,</kbd> | Re-run test failures/errors for namespace.
@@ -643,7 +644,9 @@ Keyboard shortcut | Description
643644
<kbd>C-c M-f</kbd> | Select a function from the current namespace and insert into the REPL buffer.
644645
<kbd>C-c M-i</kbd> | Inspect expression. Will act on expression at point if present.
645646
<kbd>C-c M-n</kbd> | Select a namespace and switch to it.
646-
<kbd>C-c M-t</kbd> | Toggle var tracing.
647+
<kbd>C-c M-t v</kbd> | Toggle var tracing.
648+
<kbd>C-c M-t n</kbd> | Toggle namespace tracing.
649+
647650

648651

649652
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)