Fork me on GitHub
#proton
<
2016-07-06
>
gabe13:07:43

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

gowder14:07:38

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

lukeorland15:07:41

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

lukeorland15:07:14

followed by enter.

gabe15:07:16

Find in project facepalm

gabe15:07:36

I guess I could set up a keybinding for that

gabe15:07:56

are there any examples of how to set up keybindings?

lukeorland15:07:01

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

gabe15:07:00

space-prefixed

gabe15:07:18

SPC / -> cmd-shift-f

lukeorland15:07:23

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

lukeorland15:07:33

I haven't tried that yet.

lukeorland15:07:53

I've only used proton for a few days 🙂

gabe15:07:04

i’ll try it out

gabe18:07:21

got it! thx again @lukeorland

lukeorland18:07:30

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

gabe19:07:23

@lukeorland:

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

lukeorland19:07:55

excellent. a step in the right direction