summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e724cfc..0cb6bff 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -568,7 +568,8 @@ Values: `desktop', `server', `laptop'")
       (call-interactively #'projectile-switch-to-buffer)
     (call-interactively #'ido-switch-buffer)))
 
-(bind-key "C-c b" #'ap/ido-projectile-switch-buffer-dwim)
+(bind-key "s-x b" #'ap/ido-projectile-switch-buffer-dwim)
+(bind-key "s-x s-b" #'ap/ido-projectile-switch-buffer-dwim)
 
 (use-package ido-vertical-mode
   :config (ido-vertical-mode 1))