summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-09-19 19:15:29 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-19 19:15:29 +1000
commite91fb21233f1c725c34e03b43ac763d8b4c61889 (patch)
tree46384cc0d99080d1b0600ea8efdfd85ce795f66f /pkg/gui/keybindings.go
parent768b9453f8cf6b6bc22191803e0e440c0827a43f (diff)
add recent repos menu option
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 73f4aabe5..1073da68a 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -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"),
},
{