updated helm keybinding to match suggested one
This commit is contained in:
parent
72f44bcc1f
commit
10f0b11bb8
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
(global-set-key (kbd "C-=") 'er/expand-region)
|
(global-set-key (kbd "C-=") 'er/expand-region)
|
||||||
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region))
|
(global-set-key (kbd "C-c w") (make-repeatable-command 'er/expand-region))
|
||||||
|
|
||||||
(global-set-key (kbd "C-x j") 'helm)
|
(global-set-key (kbd "C-c h") 'helm-mini)
|
||||||
|
|
||||||
(provide 'prelude-global-keybindings)
|
(provide 'prelude-global-keybindings)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue