This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-15
Channels
- # announcements (13)
- # beginners (106)
- # cider (70)
- # cljdoc (1)
- # cljsjs (1)
- # clojure (97)
- # clojure-finland (1)
- # clojure-italy (13)
- # clojure-mexico (16)
- # clojure-russia (1)
- # clojure-spec (53)
- # clojure-uk (146)
- # clojurescript (44)
- # core-async (5)
- # cryogen (1)
- # css (1)
- # cursive (11)
- # datomic (89)
- # duct (10)
- # emacs (4)
- # figwheel-main (58)
- # fulcro (5)
- # hispano (35)
- # hyperfiddle (1)
- # jobs (2)
- # jobs-discuss (1)
- # lambdaisland (1)
- # leiningen (3)
- # off-topic (13)
- # onyx (50)
- # parinfer (3)
- # pedestal (4)
- # reagent (9)
- # ring-swagger (56)
- # rum (3)
- # shadow-cljs (85)
- # spacemacs (4)
- # vim (4)
well i feel silly for not trying gc
before coming here asking for it but at least it started a good convo! i'm continually impressed with what comes included with default spacemacs
@chase-lambert quite a few options around comments. I tend to use M-;
at the start of a line, although SPC ; ;
works pretty much the same. I am using getting more vim with gcc
to comment a line and gcap
to comment a paragraph.
Also found a way to create comment borders in vim normal state, e.g. for comment boarder of 42, I type 42 i ;
then when I press ESC
or fd
vim inputs all 42 ; characters.
https://practicalli.github.io/spacemacs/documentation/comments.html
@chase-lambert If you want to put the result of evaluating a Clojure function or symbol, you can use , e ;
in vim normal state. This evaluates the current function the cursor is in, so its the same as , e f
but you get the result as a comment.