File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ kbd:[C-u C-c C-c]
123
123
124
124
| `cider-eval-ns-form`
125
125
| kbd:[C-c C-v n]
126
- | Eval the ns form.
126
+ | Eval the ns form. If invoked with a prefix argument, undefine all vars and aliases in the ns first.
127
127
128
128
| `cider-repl-set-ns`
129
129
| kbd:[C-c M-n (M-)n]
@@ -151,15 +151,15 @@ kbd:[C-u C-c C-c]
151
151
152
152
| `cider-load-buffer`
153
153
| kbd:[C-c C-k]
154
- | Load (eval) the current buffer.
154
+ | Load (eval) the current buffer. If invoked with a prefix argument, undefine all vars and aliases in the ns before loading.
155
155
156
156
| `cider-load-file`
157
157
| kbd:[C-c C-l]
158
- | Load (eval) a Clojure file.
158
+ | Load (eval) a Clojure file. If invoked with a prefix argument, undefine all vars and aliases in the ns before loading.
159
159
160
160
| `cider-load-all-files`
161
161
| kbd:[C-c C-M-l]
162
- | Load (eval) all Clojure files below a directory.
162
+ | Load (eval) all Clojure files below a directory. If invoked with a prefix argument, undefine all vars and aliases in each file before loading.
163
163
164
164
| `cider-ns-refresh`
165
165
| kbd:[C-c M-n (M-)r]
@@ -216,6 +216,10 @@ kbd:[C-c C-d C-e]
216
216
| kbd:[C-c C-u]
217
217
| Undefine a symbol. If invoked with a prefix argument it inverts the value of `cider-prompt-for-symbol`.
218
218
219
+ | `cider-undef-all`
220
+ | kbd:[C-c C-M-u]
221
+ | Undefine all symbols and aliases in the namespace.
222
+
219
223
| `cider-test-run-test`
220
224
| kbd:[C-c C-t t] +
221
225
kbd:[C-c C-t C-t]
You can’t perform that action at this time.
0 commit comments