Emacs: Use 'helm-regexp' instead of query-replace(-regexp)

master
Pierre Neidhardt 2016-06-09 14:39:04 +02:00
parent 867616c7ba
commit 8773e330b7
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ To view where the bindings are set in your config files, lookup
(define-key mickey-minor-mode-map (kbd "C-x x") 'helm-mark-ring)
(define-key mickey-minor-mode-map (kbd "M-s o") 'helm-occur)
(define-key mickey-minor-mode-map (kbd "C-h a") 'helm-apropos)
(define-key mickey-minor-mode-map (kbd "M-%") 'helm-regexp)
(define-key mickey-minor-mode-map (kbd "C-M-%") 'helm-regexp)
(setq helm-follow-mode-persistent t)
(add-to-list 'helm-sources-using-default-as-input 'helm-source-man-pages))