summaryrefslogtreecommitdiffstats
path: root/pkg/gui/controllers/patch_explorer_controller.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/controllers/patch_explorer_controller.go')
-rw-r--r--pkg/gui/controllers/patch_explorer_controller.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/gui/controllers/patch_explorer_controller.go b/pkg/gui/controllers/patch_explorer_controller.go
index 6de8fb8b9..dd19d08db 100644
--- a/pkg/gui/controllers/patch_explorer_controller.go
+++ b/pkg/gui/controllers/patch_explorer_controller.go
@@ -124,12 +124,6 @@ func (self *PatchExplorerController) GetKeybindings(opts types.KeybindingsOpts)
Handler: self.withRenderAndFocus(self.HandleScrollRight),
},
{
- Tag: "navigation",
- Key: opts.GetKey(opts.Config.Universal.StartSearch),
- Handler: func() error { self.c.OpenSearch(); return nil },
- Description: self.c.Tr.StartSearch,
- },
- {
Key: opts.GetKey(opts.Config.Universal.CopyToClipboard),
Handler: self.withLock(self.CopySelectedToClipboard),
Description: self.c.Tr.CopySelectedTexToClipboard,