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
1 file changed, 1 insertion(+), 1 deletion(-)
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