Add helm-resume keybinding

This commit is contained in:
Wojciech Kozlowski 2018-07-08 14:02:55 +01:00
parent 94361a2177
commit 7f964b839e

View File

@ -36,6 +36,7 @@
(helm-mode 1) (helm-mode 1)
:bind :bind
(("C-x C-f" . helm-find-files) (("C-x C-f" . helm-find-files)
("C-x C-r" . helm-resume)
("M-x" . helm-M-x) ("M-x" . helm-M-x)
("M-y" . helm-show-kill-ring) ("M-y" . helm-show-kill-ring)
("C-x b" . helm-mini) ("C-x b" . helm-mini)