blob: babd3111ef126c1f066948839e3755336641329e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
* magit-repos
Evil bindings for [[https://magit.vc/][magit-repos]] (=magit-list-repositories=).
Initial state for =magit-repolist-mode= is set to =normal=.
** Key bindings
*** magit-repolist-mode-map (normal state)
| Command | Original | Evil |
|---------------------------+----------+-------|
| =magit-repolist-mark= | =m= | =m= |
| =magit-repolist-unmark= | =u= | =u= |
| =magit-repolist-fetch= | =f= | =f= |
| =magit-repolist-status= | =RET= | =RET= |
| =magit-list-repositories= | =g= | =gr= |
|