summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-26 20:10:29 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-26 20:10:29 +0100
commit589cdc239555a3eeea5579fe2eb596a7d9c4a1d1 (patch)
treec70961ebcce02feb39db91c8d287a0c20f460845 /helm-config.el
parentd6061c336c983a506cceacaba1806f07db37247e (diff)
Make helm gid bindings more consistents with other grep commands.
* helm-config.el (helm-command-map): Do it. * helm-files.el (helm-find-files-map): Do it.
Diffstat (limited to 'helm-config.el')
-rw-r--r--helm-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-config.el b/helm-config.el
index c1b978ff..9d2ef8a9 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -109,7 +109,7 @@
(define-key map (kbd "C-x r i") 'helm-register)
(define-key map (kbd "C-c C-x") 'helm-run-external-command)
(define-key map (kbd "b") 'helm-resume)
- (define-key map (kbd "C-c g") 'helm-gid)
+ (define-key map (kbd "M-g i") 'helm-gid)
(define-key map (kbd "@") 'helm-list-elisp-packages)
map))