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:
@ -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"),
|
||||
|
Reference in New Issue
Block a user