From a9e2c8129f6e1cdfd58446d7ce5080fcabc2ea04 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 27 May 2023 14:14:43 +1000 Subject: Introduce filtered list view model We're going to start supporting filtering of list views --- pkg/gui/keybindings.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pkg/gui/keybindings.go') diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 30ddb8951..cb14d0266 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -215,18 +215,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi Modifier: gocui.ModNone, Handler: self.scrollUpSecondary, }, - { - ViewName: "search", - Key: opts.GetKey(opts.Config.Universal.Confirm), - Modifier: gocui.ModNone, - Handler: self.handleSearch, - }, - { - ViewName: "search", - Key: opts.GetKey(opts.Config.Universal.Return), - Modifier: gocui.ModNone, - Handler: self.handleSearchEscape, - }, { ViewName: "confirmation", Key: opts.GetKey(opts.Config.Universal.PrevItem), -- cgit v1.2.3