We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b006c83 commit 6303c64Copy full SHA for 6303c64
pkg/gui/controllers/search_prompt_controller.go
@@ -24,7 +24,7 @@ func NewSearchPromptController(
24
func (self *SearchPromptController) GetKeybindings(opts types.KeybindingsOpts) []*types.Binding {
25
return []*types.Binding{
26
{
27
- Key: opts.GetKey(opts.Config.Universal.Confirm),
+ Key: gocui.KeyEnter,
28
Modifier: gocui.ModNone,
29
Handler: self.confirm,
30
},
0 commit comments