From 91d5a353e58a2c42ae8eb2a0f8cd6f43fa215f7b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 11 Mar 2014 00:57:18 +0000 Subject: [PATCH] Update helm-projectile keybindings --- keybindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keybindings.el b/keybindings.el index 12cf6e1..1ecc5eb 100644 --- a/keybindings.el +++ b/keybindings.el @@ -39,7 +39,8 @@ (global-set-key (kbd "C-c h") 'helm-mini)) (when (require 'helm-projectile nil 'noerror) - (global-set-key (kbd "C-x ;") 'helm-projectile)) + (global-set-key (kbd "C-x ;") 'helm-projectile) + (global-set-key (kbd "C-x C-;") 'helm-projectile)) ;; Expand region (when (require 'expand-region nil 'noerror)