In helm-everywhere, bind "C-x C-m" to helm-M-x
This commit is contained in:
parent
91f53c10ca
commit
80b623432f
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
(require 'helm-eshell)
|
||||
|
||||
(global-set-key (kbd "M-x") 'helm-M-x)
|
||||
(global-set-key (kbd "C-x C-m") 'helm-M-x)
|
||||
(global-set-key (kbd "M-y") 'helm-show-kill-ring)
|
||||
(global-set-key (kbd "C-x b") 'helm-mini)
|
||||
(global-set-key (kbd "C-x C-f") 'helm-find-files)
|
||||
|
|
Loading…
Reference in a new issue