proton 2016-07-06

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

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.

Find in project facepalm

I guess I could set up a keybinding for that

are there any examples of how to set up keybindings?

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

SPC / -> cmd-shift-f

;; 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 🙂

i’ll try it out

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

@lukeorland:

: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