From c8366be12490b1cf9b4e5dff05522e416bb2ba9c Mon Sep 17 00:00:00 2001 From: James Nguyen Date: Sat, 30 Apr 2022 17:07:35 -0400 Subject: [PATCH] Add some repolist bindings --- modes/magit/evil-collection-magit.el | 3 +++ 1 file changed, 3 insertions(+) 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)