proton

https://github.com/dvcrn/proton
gabe 2016-07-06T13:52:43.000038Z

is there a good replacement for helm-project-smart-do-search?

gowder 2016-07-06T14:50:38.000039Z

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)...

lukeorland 2016-07-06T15:08:41.000040Z

@gabe The closest thing I could find is SPC s e then cmd-shift-f

lukeorland 2016-07-06T15:09:14.000041Z

followed by enter.

gabe 2016-07-06T15:12:16.000042Z

Find in project 🤦

gabe 2016-07-06T15:12:36.000043Z

I guess I could set up a keybinding for that

gabe 2016-07-06T15:13:36.000044Z

thx @lukeorland

gabe 2016-07-06T15:15:56.000045Z

are there any examples of how to set up keybindings?

lukeorland 2016-07-06T15:17:01.000046Z

like a space-prefixed sequence or a multiple-key chord?

gabe 2016-07-06T15:21:00.000047Z

space-prefixed

gabe 2016-07-06T15:21:18.000048Z

SPC / -> cmd-shift-f

lukeorland 2016-07-06T15:23:23.000051Z

;; 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"}}}

lukeorland 2016-07-06T15:23:33.000052Z

I haven't tried that yet.

lukeorland 2016-07-06T15:23:53.000053Z

I've only used proton for a few days 🙂

gabe 2016-07-06T15:25:04.000054Z

i’ll try it out

gabe 2016-07-06T15:25:05.000055Z

thx

gabe 2016-07-06T18:48:21.000056Z

got it! thx again @lukeorland

lukeorland 2016-07-06T18:53:30.000057Z

great. what did you end up with? I'd use it.

gabe 2016-07-06T19:50:23.000058Z

@lukeorland:

:keybindings { :slash {:action "project-find:show"
                         :title "search in files"}
                 :b {:k {:action "core:close"
                         :title "kill current buffer"}}}

lukeorland 2016-07-06T19:53:55.000061Z

excellent. a step in the right direction