This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-06
Channels
- # admin-announcements (2)
- # boot (51)
- # bristol-clojurians (1)
- # capetown (14)
- # cider (4)
- # cljs-dev (3)
- # cljsrn (23)
- # clojure (76)
- # clojure-gamedev (2)
- # clojure-germany (2)
- # clojure-greece (2)
- # clojure-hk (5)
- # clojure-poland (1)
- # clojure-quebec (3)
- # clojure-russia (19)
- # clojure-spec (7)
- # clojure-sweden (10)
- # clojure-uk (77)
- # clojurescript (42)
- # clojurex (5)
- # core-async (40)
- # cursive (12)
- # datomic (58)
- # editors (1)
- # events (1)
- # heroku (1)
- # hoplon (4)
- # jobs (6)
- # jobs-discuss (1)
- # ldnclj (2)
- # lein-figwheel (1)
- # leiningen (5)
- # om (66)
- # onyx (51)
- # other-languages (80)
- # proton (20)
- # protorepl (12)
- # quil (3)
- # re-frame (3)
- # reagent (18)
- # spacemacs (14)
- # untangled (78)
- # yada (16)
interesting... just installed proton for experimentation purposes. Every time I start the editor now, it decides it wants to reinstall project-plus (and takes forever doing so)...
@gabe The closest thing I could find is SPC s e
then cmd-shift-f
followed by enter
.
like a space-prefixed sequence or a multiple-key chord?
;; Don't like a keybinding or want to add something yourself? Do it here
;; (not implemented yet)
:keybindings {:f {:category "files"
:s {:action "core:save"
:title "Save file"}}}
I haven't tried that yet.
I've only used proton for a few days 🙂
got it! thx again @lukeorland
great. what did you end up with? I'd use it.
:keybindings { :slash {:action "project-find:show"
:title "search in files"}
:b {:k {:action "core:close"
:title "kill current buffer"}}}
excellent. a step in the right direction