Skip to content

Instantly share code, notes, and snippets.

View hamann's full-sized avatar

Holger Amann hamann

  • nextjournal GmbH
View GitHub Profile
@hamann
hamann / conjure.md
Last active May 9, 2025 07:47 — forked from mgarratt/conjure.md
Conjure Clojure Cheatsheet

nREPL

Binding Action
<localleader>cd Disconnect from the current nREPL server.
<localleader>cf Connect to a server using the port found in any of the files specified by clojure.nrepl/connection.port-files.
<localleader>sc Clone the current nREPL session.
<localleader>sf Create a fresh session from scratch.
<localleader>sq Close the current session.
<localleader>sQ Close all sessions.
\sl List all sessions.