This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-17
Channels
- # ai (1)
- # announcements (1)
- # aws (38)
- # babashka (25)
- # beginners (84)
- # biff (11)
- # calva (58)
- # clerk (14)
- # clj-kondo (14)
- # cljdoc (9)
- # cljs-dev (2)
- # clojars (2)
- # clojure (93)
- # clojure-czech (2)
- # clojure-dev (13)
- # clojure-europe (19)
- # clojure-nl (1)
- # clojure-spec (13)
- # clojure-uk (2)
- # clojurescript (6)
- # conjure (1)
- # core-async (9)
- # cursive (12)
- # data-science (7)
- # datahike (47)
- # datalevin (10)
- # datalog (3)
- # datomic (35)
- # emacs (3)
- # events (4)
- # fulcro (49)
- # gratitude (7)
- # humbleui (1)
- # hyperfiddle (42)
- # jobs-discuss (19)
- # kaocha (5)
- # lsp (20)
- # malli (3)
- # meander (2)
- # membrane (2)
- # off-topic (22)
- # pathom (2)
- # polylith (14)
- # practicalli (1)
- # rdf (3)
- # reitit (2)
- # shadow-cljs (11)
- # squint (3)
- # tools-deps (32)
- # vim (9)
- # xtdb (16)
hi, I have been using vanilla emacs and am thinking to try doom emacs. I heard that it uses more of vim binding rather than emacs's. If it is correct, then for example, the C-c C-c
will be different (like no holding control key) in cider mode?
I dont use doom, but I am fairly sure you can choose to use standard Emacs keybinds if you want. I imagine they haven't changed the default keybindings for that though, and I believe they use a leader key to access things to make it easier in evil
Doom Emacs and Spacemacs both provide a Vim-style editing approach (multi-modal editing with the Evil package) as well as the classing chord-keys of Emacs C-c C-x
, although I think a significant number of users opt for the Vim-style editing (as it is much faster once learned)
Spacemacs and Doom prefer sequential key bindings, e.g SPC f f
to find a file to open. Many of the chord-keys C-c C-c
style are still there if they are defined in the underlying Emacs package,
My typing has become much more effective with the Vim-style and sequential keys and find them much easier to remember, especially with Spacemacs. I have a https://practical.li/spacemacs/spacemacs-basics/evil/ which is largely applicable to Spacemacs and Doom Emacs.