all repos — nixfiles @ 2e637e271c9f06c68efac6d526302a591d2c739b

System and user configuration, managed by nix and home-manager

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
commit

2e637e271c9f06c68efac6d526302a591d2c739b

parent

5b505c41c798b4a1b2b7e00db89e3f11134a2bc3

1 file changed, 1 insertion(+), 1 deletion(-)

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