Fork me on GitHub
#cider
<
2020-06-03
>
grzm18:06:19

Say I have a cider connection to a bb nrepl server, and I also have a clj repl (via cider-jack-in) in the same project/set of files. How do I switch the association between a buffer and the Cider connection it’s using?

aisamu19:06:33

I'd look into sesman-* commands! (`sesman-link/unlink` or something like this)

dpsutton19:06:18

I believe it’s down to the last focused repl buffer

grzm20:06:36

That does seem to be the case. Thanks, @dpsutton! I wonder if I’d use a feature that pinned a buffer to a specific connection.