This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-13
Channels
- # admin-announcements (4)
- # beginners (14)
- # boot (41)
- # capetown (1)
- # carry (10)
- # clojure (168)
- # clojure-czech (11)
- # clojure-mexico (3)
- # clojure-quebec (1)
- # clojure-russia (63)
- # clojure-spec (108)
- # clojure-uk (44)
- # clojurescript (37)
- # component (5)
- # data-science (2)
- # datascript (5)
- # datomic (3)
- # defnpodcast (9)
- # dirac (14)
- # emacs (18)
- # events (1)
- # funcool (2)
- # garden (2)
- # hoplon (48)
- # leiningen (6)
- # numerical-computing (1)
- # off-topic (8)
- # om (61)
- # onyx (22)
- # proton (14)
- # re-frame (50)
- # reagent (2)
- # uncomplicate (1)
- # untangled (41)
- # vim (5)
- # yada (5)
@jessejanderson: good point about easy-motion-redux. Word indeed makes more sense
for the cursor, it has been like this the entire time. Plan was to completely change the cursor when inside a proton command chain (different, color, make it bigger, I don't know) but noone did it yet
Huh, strange, I wonder why I never noticed before.
What’s the reason for it?
When you hit space, to make sure that all keystrokes are only captured by proton and not by other plugins, proton modifies the class list of the editor and removes vim-mode. Without that class the cursor changes back to insert like vim-mode isn't installed at all
gotcha, coo make sense
guys what do you think, does it make sense to have a timeout on which-key
after it is already visible?
Default behaviour:
1. space
2. <timeout>
3. which-key shows
4. hit w
5. <timeout>
6. w
menu shows