all repos — archive/dotfiles @ 2e637e271c9f06c68efac6d526302a591d2c739b

Superseded by nixfiles

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
commit

2e637e271c9f06c68efac6d526302a591d2c739b

parent

5b505c41c798b4a1b2b7e00db89e3f11134a2bc3

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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