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 9ca96b7 commit 1984f96Copy full SHA for 1984f96
cider-mode.el
@@ -192,6 +192,8 @@ See also the related commands `cider-repl-clear-buffer' and
192
:help "Starts an nREPL server (with Leiningen, Boot, or Gradle) and connects a REPL to it."]
193
["Connect to a REPL" cider-connect
194
:help "Connects to a REPL that's already running."]
195
+ ["Replicate connection" cider-replicate-connection
196
+ :help "Opens another connection based on a existing one. The new connection uses the same host and port as the base connection."]
197
["Quit" cider-quit :active cider-connections]
198
["Restart" cider-restart :active cider-connections]
199
("ClojureScript"
0 commit comments