Emacs: Move projectile-vc key to C-M-g Super should be reserved for the window manager; it was in the way of the i3 gaps mode
Alan Pearce alan@alanpearce.eu
Fri, 15 Sep 2017 13:05:45 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -535,7 +535,7 @@ :bind (("s-p" . projectile-switch-project) ("C-c C-f" . projectile-find-file) ("s-x s-f" . projectile-find-file) ("C-x g" . projectile-vc) - ("s-G" . projectile-vc)) + ("C-M-g" . projectile-vc)) :demand t :diminish projectile-mode :config (progn