Merge pull request #710 from pgmcgee/helm-everywhere-C-x-C-m
In helm-everywhere, bind "C-x C-m" to helm-M-x
This commit is contained in:
commit
4c7483cd79
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