This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-09
Channels
- # announcements (3)
- # babashka (17)
- # beginners (75)
- # calva (43)
- # cider (1)
- # clj-kondo (54)
- # cljdoc (8)
- # cljs-dev (70)
- # clojure (83)
- # clojure-europe (27)
- # clojure-nl (4)
- # clojure-norway (4)
- # clojure-spec (8)
- # clojure-uk (13)
- # clojured (2)
- # clojurescript (47)
- # community-development (4)
- # conjure (2)
- # cursive (3)
- # datomic (5)
- # emacs (5)
- # events (3)
- # fulcro (13)
- # graalvm-mobile (19)
- # helix (2)
- # introduce-yourself (1)
- # jobs (2)
- # jobs-discuss (28)
- # kaocha (9)
- # livestream (11)
- # malli (15)
- # meander (24)
- # nextjournal (8)
- # off-topic (26)
- # pathom (1)
- # pedestal (8)
- # polylith (2)
- # portal (31)
- # re-frame (4)
- # reagent (10)
- # reitit (8)
- # remote-jobs (3)
- # sci (1)
- # shadow-cljs (66)
- # spacemacs (20)
- # testing (6)
- # vim (15)
- # xtdb (7)
Hello. Question, is it good that cqc
leaves you in input mode? Is there a way to change that?
what do you have cqc
bound to?
default vim-fireplace binding, opens command editor
I’ve never used the command-line window in other editing contexts, but so far (I am brand new to Clojure and therefore Fireplace) usually the first thing I am doing is k
to a previous command.
but first I have to exit insert mode; I guess I’m surprised that q:
leaves you in normal but cqc
doesnt.
I tried both vim-fireplace and conjure when i first start learning about clojure. The default key binding in conjure makes more sense to me though: https://conjure.fun
Only for neovim?
@james.amberger Again, I think that's because most of the time you'd use cpp
. I truly have never used cqc
with fireplace. What are you trying to achieve? It looks like you could easily create a new mapping:
> cqc Bring up a command-line-window for code to
> eval/print. Equivalent to cqp<C-F>i.
You'd just map your desired key sequence to cqp<C-F>
and leave off that i that's mapped in cqc
. I hope that makes some sense...
among other things. Still feeling my way around ofc
my bad , i just didn’’ see cqq