This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-01-17
Channels
- # adventofcode (2)
- # beginners (153)
- # cider (14)
- # clara (9)
- # cljs-dev (8)
- # cljsjs (1)
- # cljsrn (4)
- # clojure (124)
- # clojure-dev (9)
- # clojure-france (18)
- # clojure-greece (22)
- # clojure-italy (11)
- # clojure-nlp (5)
- # clojure-russia (9)
- # clojure-spec (21)
- # clojure-uk (40)
- # clojurescript (82)
- # core-async (12)
- # cursive (3)
- # data-science (2)
- # datomic (225)
- # devcards (8)
- # docs (2)
- # duct (1)
- # emacs (18)
- # figwheel (2)
- # fulcro (117)
- # graphql (13)
- # hoplon (10)
- # jobs (7)
- # jobs-discuss (7)
- # keechma (8)
- # leiningen (4)
- # off-topic (16)
- # om (2)
- # om-next (3)
- # perun (11)
- # precept (4)
- # re-frame (24)
- # reagent (2)
- # remote-jobs (8)
- # ring (2)
- # ring-swagger (9)
- # rum (42)
- # shadow-cljs (8)
- # spacemacs (3)
- # specter (7)
- # uncomplicate (10)
- # unrepl (58)
- # yada (9)
I haven't felt much pain there either. Although I guess it is a bit difficult to interpret things like cider documentation that are full of emacs keybindings. But ¯\(ツ)/¯
I’ve never really dove into the documentation of any of these tools since I figured I can trust the semantic keybindings and learn a new thing one at a time.
Hi all, does anyone know of a way to have evil-escape
like behaviour, but that puts you into evil-lisp-state
instead of evil-normal-state
? I would like fd
to put me into normal
state and jk
to put me into lisp
state (I am trying to avoid the situation of a long key-sequence to insert a symbol from evil-lisp-state
and return to it, which is currently i <type in characters> fd SPC k .
and usually ends up with a bunch of mistaken navigation between fd
and SPC k
because I expect evil-lisp-state
)