Try to get used to magit-dispatch
This might be a performance improvement when working on Windows, so let's try to get used to it. This will require some muscle memory adjustment, but might be worth it.
This commit is contained in:
parent
f8deccc5fe
commit
400faebf40
3
init.el
3
init.el
@ -3139,7 +3139,8 @@ eventuelly be set to nil, however)."
|
|||||||
(bind-key "<f5>" #'project-find-regexp)
|
(bind-key "<f5>" #'project-find-regexp)
|
||||||
(bind-key "<f6>" #'text-scale-adjust)
|
(bind-key "<f6>" #'text-scale-adjust)
|
||||||
(bind-key "<f7>" #'dictcc)
|
(bind-key "<f7>" #'dictcc)
|
||||||
(bind-key "<f9>" #'hydra-org-linking/body)
|
(bind-key "<f8>" #'hydra-org-linking/body)
|
||||||
|
(bind-key "<f9>" #'magit-dispatch)
|
||||||
(bind-key "<f10>" #'magit-status)
|
(bind-key "<f10>" #'magit-status)
|
||||||
(bind-key "C-," #'mc/skip-to-previous-like-this)
|
(bind-key "C-," #'mc/skip-to-previous-like-this)
|
||||||
(bind-key "C-." #'mc/skip-to-next-like-this)
|
(bind-key "C-." #'mc/skip-to-next-like-this)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user