Skip to content

Commit

Permalink
Global C-c g for magit-file-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasdrp committed Mar 28, 2024
1 parent 2076530 commit ad3667f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,7 @@ debian, and derivatives). On most it's 'fd'.")
(use-package magit
:defer t
:general
("C-c g" 'magit-file-dispatch)
("M-v" '(:keymap magit-mode-map :package magit :wk "Magit-:"))
("M-n" 'mdrp/smerge-or-flycheck-next)
(:keymaps 'smerge-mode-map
Expand Down
1 change: 1 addition & 0 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,7 @@ Adds keybindings when editing a commit message.
(use-package magit
:defer t
:general
("C-c g" 'magit-file-dispatch)
("M-v" '(:keymap magit-mode-map :package magit :wk "Magit-:"))
("M-n" 'mdrp/smerge-or-flycheck-next)
(:keymaps 'smerge-mode-map
Expand Down

0 comments on commit ad3667f

Please sign in to comment.