Skip to content

Instantly share code, notes, and snippets.

View bshepherdson's full-sized avatar

Braden Shepherdson bshepherdson

  • Metabase
  • Godfrey, ON, Canada
View GitHub Profile
@mgarratt
mgarratt / conjure.md
Last active August 20, 2024 17:53
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.