1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

add recent repos menu option

This commit is contained in:
Jesse Duffield
2018-09-19 19:15:29 +10:00
parent 768b9453f8
commit e91fb21233
5 changed files with 74 additions and 40 deletions

View File

@ -116,7 +116,7 @@ func (gui *Gui) GetKeybindings() []*Binding {
ViewName: "status",
Key: 's',
Modifier: gocui.ModNone,
Handler: gui.handleSwitchRepo,
Handler: gui.handleCreateRecentReposMenu,
Description: gui.Tr.SLocalize("SwitchRepo"),
},
{