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

added keybinding for fetchRemote

This commit is contained in:
David Chen
2019-12-07 09:26:17 -08:00
parent c507e5f562
commit 0d1230a959
3 changed files with 3 additions and 1 deletions

View File

@ -740,7 +740,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
{
ViewName: "branches",
Contexts: []string{"remotes"},
Key: 'f',
Key: gui.getKey("branches.fetchRemote"),
Modifier: gocui.ModNone,
Handler: gui.handleFetchRemote,
Description: gui.Tr.SLocalize("fetchRemote"),