This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-01
Channels
- # announcements (2)
- # babashka (26)
- # beginners (26)
- # biff (18)
- # boulder-clojurians (2)
- # cider (16)
- # clj-kondo (34)
- # cljs-dev (4)
- # clojure (22)
- # clojure-denver (10)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-uk (2)
- # clojurescript (25)
- # conjure (3)
- # cursive (11)
- # datomic (11)
- # dev-tooling (6)
- # emacs (6)
- # etaoin (7)
- # events (1)
- # fulcro (6)
- # humbleui (11)
- # hyperfiddle (15)
- # instaparse (2)
- # introduce-yourself (2)
- # jobs-discuss (1)
- # lsp (26)
- # malli (7)
- # reitit (5)
- # releases (1)
- # sci (6)
- # shadow-cljs (16)
- # specter (5)
- # vim (5)
Does anyone have any strategies for capturing repl output in vim-fireplace? I can use select/middle-click to extract output but I'd really like to have this stuff in a text buffer so that I can scroll it and edit it in place
you can use :Eval!
to evaluate under the cursor and replace it with the result. but if you mean *out*
output, I'm not aware of a good way to do that in Fireplace. (I actually switched to Conjure partly to get a persistent log buffer like this.)
I don't use fireplace and instead I use conjure. This captures it by default but sometimes some of the messages also appear in the REPL buffer. So not fully bulletproof.