Re-add normal occur binding
This commit is contained in:
parent
2daa85bbcf
commit
5cc3667cb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,4 +4,5 @@ elpa
|
||||
custom.el
|
||||
recentf
|
||||
projectile-bookmarks.eld
|
||||
projectile.cache
|
||||
*~
|
||||
|
@ -207,4 +207,7 @@
|
||||
;; Toggle whitespace mode.
|
||||
(global-set-key (kbd "C-c w") 'whitespace-mode)
|
||||
|
||||
;; Occur. More convenient than "M-s o"
|
||||
(global-set-key (kbd "M-s M-o") 'occur)
|
||||
|
||||
)
|
||||
|
@ -34,7 +34,7 @@
|
||||
("M-y" . helm-show-kill-ring)
|
||||
("C-x b" . helm-mini)
|
||||
("C-M-j" . helm-semantic-or-imenu)
|
||||
("M-s M-o" . helm-occur)
|
||||
("C-c h M-s M-o" . helm-occur)
|
||||
("C-h SPC" . helm-all-mark-rings)
|
||||
("C-c h x" . helm-register))
|
||||
:config
|
||||
|
Reference in New Issue
Block a user