From 875d2715befaf0dbb755c6f1096f124b33dd8b39 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sat, 7 Aug 2021 19:32:40 +0200 Subject: Tweak Magit bindings I keep pressing "f" for "file-related commands", instead of "c" for "current file-related commands". Cave in and move "f" to "C-f". --- .emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs b/.emacs index cce77e3..95514e7 100644 --- a/.emacs +++ b/.emacs @@ -175,8 +175,8 @@ (my/define-prefix-command my/magit-map "Keymap for Magit commands." - '(("c" magit-file-dispatch) - ("f" magit-find-file) + '(("f" magit-file-dispatch) + ("\C-f" magit-find-file) ("g" magit-status) ("x" magit-dispatch))) -- cgit v1.2.3