Skip to content

Commit 3632902

Browse files
committed
Add a helm-occur binding
1 parent 985680d commit 3632902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/config-helm.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
(global-set-key (kbd "C-S-X C-S-B") 'icicle-buffer)
5555

5656
(global-set-key (kbd "M-:") 'helm-eval-expression)
57-
(global-set-key (kbd "C-c C-s") 'helm-swoop)
57+
(global-set-key (kbd "M-s o") 'helm-occur)
5858

5959
(defun my-helm-buffers (&rest arg)
6060
(interactive)

0 commit comments

Comments
 (0)