From c685a413c94d06f154587015a86701ec82d2ee0c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 13 Feb 2022 18:33:46 +1100 Subject: stash controller --- pkg/gui/keybindings.go | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'pkg/gui/keybindings.go') diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index ba30bd407..dfff8c9e1 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -430,30 +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.Select), - Handler: self.handleStashApply, - Description: self.c.Tr.LcApply, - }, - { - ViewName: "stash", - Key: opts.GetKey(opts.Config.Stash.PopStash), - Handler: self.handleStashPop, - Description: self.c.Tr.LcPop, - }, - { - ViewName: "stash", - Key: opts.GetKey(opts.Config.Universal.Remove), - Handler: self.handleStashDrop, - Description: self.c.Tr.LcDrop, - }, - { - ViewName: "stash", - Key: opts.GetKey(opts.Config.Universal.New), - Handler: self.handleNewBranchOffStashEntry, - Description: self.c.Tr.LcNewBranch, - }, { ViewName: "commitMessage", Key: opts.GetKey(opts.Config.Universal.SubmitEditorText), -- cgit v1.2.3