mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Add bindings for helm-swoop
This commit is contained in:
parent
6cae2dd5e8
commit
41fe0b8615
2
init.org
2
init.org
@ -1220,6 +1220,8 @@
|
||||
(define-key custom-bindings-map (kbd "C-x C-f") 'helm-find-files)
|
||||
(define-key custom-bindings-map (kbd "C-c h o") 'helm-occur)
|
||||
(define-key custom-bindings-map (kbd "C-c h g") 'helm-google-suggest)
|
||||
(define-key custom-bindings-map (kbd "M-i") 'helm-swoop)
|
||||
(define-key custom-bindings-map (kbd "M-I") 'helm-multi-swoop-all)
|
||||
|
||||
(define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action)
|
||||
(define-key helm-map (kbd "C-i") 'helm-execute-persistent-action)
|
||||
|
Loading…
Reference in New Issue
Block a user