Move SPC f s to SPC f w, SPC f s is now search in files

This change allow to have a common interface for search in buffers,
files and project (SPC b s, SPC f s and SPC p s respectively)
This commit is contained in:
syl20bnr 2015-06-13 23:43:25 -04:00
parent cd44944edb
commit 371e092f33
2 changed files with 10 additions and 10 deletions

View file

@ -113,8 +113,8 @@ Ensure that helm is required before calling FUNC."
"fj" 'dired-jump
"fo" 'spacemacs/open-in-external-app
"fR" 'rename-current-buffer-file
"fS" 'evil-write-all
"fs" 'evil-write
"fW" 'evil-write-all
"fw" 'evil-write
"fy" 'show-and-copy-buffer-filename)
;; insert stuff ---------------------------------------------------------------
(evil-leader/set-key

View file

@ -1800,14 +1800,14 @@ If ARG is non nil then `ag' and `pt' and ignored."
"?" 'spacemacs/helm-project-smart-do-search
;; buffer scope
;; file scope
"s/" 'spacemacs/helm-smart-do-search-region-or-symbol
"s?" 'spacemacs/helm-smart-do-search
"sa" 'spacemacs/helm-do-ag-region-or-symbol
"sA" 'helm-do-ag
"sk" 'spacemacs/helm-do-ack-region-or-symbol
"sK" 'spacemacs/helm-do-ack
"sp" 'spacemacs/helm-do-pt-region-or-symbol
"sP" 'spacemacs/helm-do-pt
"f/" 'spacemacs/helm-smart-do-search-region-or-symbol
"f?" 'spacemacs/helm-smart-do-search
"fsa" 'spacemacs/helm-do-ag-region-or-symbol
"fsA" 'helm-do-ag
"fsk" 'spacemacs/helm-do-ack-region-or-symbol
"fsK" 'spacemacs/helm-do-ack
"fsp" 'spacemacs/helm-do-pt-region-or-symbol
"fsP" 'spacemacs/helm-do-pt
;; project scope
"p/" 'spacemacs/helm-project-smart-do-search-region-or-symbol
"p?" 'spacemacs/helm-project-smart-do-search