diff options
Diffstat (limited to 'pkg/gui/keybindings.go')
| -rw-r--r-- | pkg/gui/keybindings.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index e808959..c6e1814 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -420,6 +420,14 @@ func (gui *Gui) generateKeybindings() error { Display: "k", Description: "Up", Vital: false, + }, { + View: remoteBranchViewFeature.Name, + Key: 's', + Modifier: gocui.ModNone, + Handler: gui.syncRemoteBranch, + Display: "s", + Description: "Synch with Remote", + Vital: true, }, // Commit View Controls { |
