Add F8 key for magit-status

This commit is contained in:
Oliver Payne 2023-03-12 20:53:00 +00:00
parent d671829075
commit 46a004ab74
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
(use-package magit
:ensure t
:bind ("C-x g" . magit-status))
:bind (("C-x g" . magit-status)
("<f8>" . magit-status)))
(use-package modus-themes
:ensure t
:init