1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

include stash in commitish controller

This commit is contained in:
Jesse Duffield
2022-02-13 18:26:44 +11:00
parent e842d1bc9e
commit a643957f89
13 changed files with 135 additions and 113 deletions

View File

@ -430,12 +430,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi
Handler: self.handleCopySelectedSideContextItemToClipboard,
Description: self.c.Tr.LcCopyCommitShaToClipboard,
},
{
ViewName: "stash",
Key: opts.GetKey(opts.Config.Universal.GoInto),
Handler: self.handleViewStashFiles,
Description: self.c.Tr.LcViewStashFiles,
},
{
ViewName: "stash",
Key: opts.GetKey(opts.Config.Universal.Select),