We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acaac8a commit 010f47dCopy full SHA for 010f47d
cider-repl.el
@@ -1293,6 +1293,11 @@ constructs."
1293
["Set REPL ns" cider-repl-set-ns]
1294
["Toggle pretty printing" cider-repl-toggle-pretty-printing]
1295
"--"
1296
+ ["Browse classpath" cider-classpath]
1297
+ ["Browse classpath entry" cider-open-classpath-entry]
1298
+ ["Browse namespace" cider-browse-ns]
1299
+ ["Browse all namespaces" cider-browse-ns-all]
1300
+ "--"
1301
["Next prompt" cider-repl-next-prompt]
1302
["Previous prompt" cider-repl-previous-prompt]
1303
["Clear output" cider-repl-clear-output]
0 commit comments