mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
include stash in commitish controller
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user