This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-07-13
Channels
- # aleph (15)
- # announcements (4)
- # babashka (36)
- # babashka-sci-dev (1)
- # beginners (15)
- # biff (2)
- # calva (15)
- # cider (3)
- # clj-kondo (8)
- # clojure (149)
- # clojure-europe (14)
- # clojure-norway (13)
- # clojure-switzerland (1)
- # clojure-uk (1)
- # clojurescript (21)
- # community-development (5)
- # cursive (20)
- # data-science (2)
- # datomic (7)
- # duct (5)
- # emacs (19)
- # etaoin (3)
- # events (2)
- # fulcro (11)
- # introduce-yourself (2)
- # jobs (4)
- # jobs-discuss (19)
- # joyride (1)
- # leiningen (11)
- # malli (7)
- # membrane (131)
- # nbb (12)
- # nginx (1)
- # off-topic (33)
- # pathom (8)
- # polylith (28)
- # re-frame (8)
- # sci (7)
- # shadow-cljs (225)
- # spacemacs (10)
- # specter (1)
- # vim (10)
- # xtdb (8)
Is there a list of all the spacemacs keybindings some place or a way of seeing what they are for different modes? I'm setting up some keybindings and I'd like to be able to follow along with spacemacs practices if possible
try pressing M+x
and enter describe-mode
I was hoping it was documented somewhere beyond describe-mode as I don't have spacemacs installed
From what I know when using CIDER they define very many different keys for different sub-modes and those modes are all different.
Found it for spacemacs: https://develop.spacemacs.org/doc/DOCUMENTATION.html#commands
how would i hide lines surrounding a region? i feel like i saw this feature in spacemacs default and i can't find it now.
the answer is narrow-to-<blah>
that's intresting, i narrowed file-a in one buffer then i created a new layout, and opened the file-a in another buffer and it's narrowed in that one to.