summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modes/magit/evil-collection-magit.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modes/magit/evil-collection-magit.el b/modes/magit/evil-collection-magit.el
index e9e06d5..395d29e 100644
--- a/modes/magit/evil-collection-magit.el
+++ b/modes/magit/evil-collection-magit.el
@@ -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)