Add some repolist bindings

This commit is contained in:
James Nguyen 2022-04-30 17:07:35 -04:00
parent e696e1e925
commit c8366be124
1 changed files with 3 additions and 0 deletions

View File

@ -455,6 +455,9 @@ denotes the original magit key for this command.")
(evil-set-initial-state 'magit-repolist-mode 'normal)
(evil-collection-define-key 'normal 'magit-repolist-mode-map
"m" 'magit-repolist-mark
"u" 'magit-repolist-unmark
"f" 'magit-repolist-fetch
(kbd "RET") 'magit-repolist-status
(kbd "gr") 'magit-list-repositories)
(add-hook 'magit-repolist-mode-hook 'evil-normalize-keymaps)