diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))) |
