summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2019-12-07 09:26:17 -0800
committerDavid Chen <weichen2000121@gmail.com>2019-12-07 09:26:17 -0800
commit0d1230a9593f9658bb0d8816e5db3983df873943 (patch)
tree25fbfead00805c12cabd0548c1c1a06ef2cf1bbb /pkg/gui/keybindings.go
parentc507e5f562f6753110e5dc582b5cab9bda76b6ee (diff)
added keybinding for fetchRemote
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 0d9607574..6e5d7fb93 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -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"),