summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-09-15 13:05:45 +0200
committerAlan Pearce2017-09-15 13:05:45 +0200
commit2e637e271c9f06c68efac6d526302a591d2c739b (patch)
tree93f1a9978107d093d20f895a74a03d5b8047be31 /emacs
parent5b505c41c798b4a1b2b7e00db89e3f11134a2bc3 (diff)
downloaddotfiles-2e637e271c9f06c68efac6d526302a591d2c739b.tar.lz
dotfiles-2e637e271c9f06c68efac6d526302a591d2c739b.tar.zst
dotfiles-2e637e271c9f06c68efac6d526302a591d2c739b.zip
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
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 4ccb261..1aa78a4 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -535,7 +535,7 @@
          ("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