From 8fd6338527dff7ca3e5a9c5b55309d74d14615ef Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 26 Feb 2022 19:26:39 +1100 Subject: move workspace reset menu into controller --- pkg/gui/keybindings.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'pkg/gui/keybindings.go') diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 4b0fcd99a..12ceff538 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -365,14 +365,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi Handler: self.handleShowAllBranchLogs, Description: self.c.Tr.LcAllBranchesLogGraph, }, - { - ViewName: "files", - Contexts: []string{string(context.FILES_CONTEXT_KEY)}, - Key: opts.GetKey(opts.Config.Files.ViewResetOptions), - Handler: self.handleCreateResetMenu, - Description: self.c.Tr.LcViewResetOptions, - OpensMenu: true, - }, { ViewName: "files", Contexts: []string{string(context.FILES_CONTEXT_KEY)}, -- cgit v1.2.3