diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index f41485ebb..f9537e755 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -551,6 +551,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Key: gui.getKey(config.Branches.ViewPullRequestOptions), Handler: gui.handleCreatePullRequestMenu, Description: gui.Tr.LcCreatePullRequestOptions, + OpensMenu: true, }, { ViewName: "branches",