Skip to content

Commit

Permalink
Move search in files to s for helm-ag integration in ahs
Browse files Browse the repository at this point in the history
Simplify the docstring displayed in the minibuffer
  • Loading branch information
syl20bnr committed Jun 12, 2015
1 parent f142b92 commit f4d2f61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
(interactive)
(let ((helm-ag-insert-at-point 'symbol))
(spacemacs/helm-projectile-smart-do-search))))
(define-key map (kbd "?") (lambda ()
(define-key map (kbd "s") (lambda ()
(interactive)
(let ((helm-ag-insert-at-point 'symbol))
(spacemacs/helm-smart-do-search))))
Expand All @@ -399,7 +399,7 @@
(propx/y (propertize x/y 'face ahs-plugin-whole-buffer-face))
(hidden (if (< 0 (- overlay-count (nth 4 st))) "*" ""))
(prophidden (propertize hidden 'face '(:weight bold))))
(echo "%s %s%s press (n/N) to navigate, (e) to edit, (r) to change range or (R) for reset (d) to go to next definition (D) to go to previous definition (/) to find in project (?) to find in other files"
(echo "%s %s%s (n/N) move, (e) edit, (r) range, (R) reset, (d/D) definition, (/) find in project, (s) find in files"
propplugin propx/y prophidden)))))))

(defun spacemacs/init-bind-key ())
Expand Down

0 comments on commit f4d2f61

Please sign in to comment.