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

move git flow

This commit is contained in:
Jesse Duffield
2022-02-13 18:12:21 +11:00
parent 8a555dd62e
commit e842d1bc9e
4 changed files with 121 additions and 83 deletions

View File

@ -380,14 +380,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi
Handler: self.handleCopySelectedSideContextItemToClipboard,
Description: self.c.Tr.LcCopyFileNameToClipboard,
},
{
ViewName: "branches",
Contexts: []string{string(context.LOCAL_BRANCHES_CONTEXT_KEY)},
Key: opts.GetKey(opts.Config.Branches.ViewGitFlowOptions),
Handler: self.handleCreateGitFlowMenu,
Description: self.c.Tr.LcGitFlowOptions,
OpensMenu: true,
},
{
ViewName: "branches",
Contexts: []string{string(context.LOCAL_BRANCHES_CONTEXT_KEY)},