Add a binding for helm-ag-pop-stack

Close #2736
This commit is contained in:
Fabien Dubosson 2015-11-16 20:01:21 +01:00
parent 028c53fbd7
commit ec308f0f8e
2 changed files with 3 additions and 0 deletions

View File

@ -1932,6 +1932,7 @@ called =pt=.
|-----------------+--------------------------------------------------------------------------|
| ~SPC h l~ | resume the last =helm= buffer |
| ~F3~ | in a =helm= buffer, convert a =helm= search buffer into a regular buffer |
| ~SPC s `~ | go back to the previous place reached with =helm-ag= |
| ~SPC s L~ | focus the last converted search buffer |
| Prefix argument | will ask for file extensions |

View File

@ -1217,6 +1217,8 @@ Search for a search tool in the order provided by `dotspacemacs-search-tools'."
(kbd "q") 'quit-window)
(spacemacs/set-leader-keys
;; helm-ag marks
"s`" 'helm-ag-pop-stack
;; opened buffers scope
"sb" 'spacemacs/helm-buffers-smart-do-search
"sB" 'spacemacs/helm-buffers-smart-do-search-region-or-symbol