jesseduffield.lazygit/schema-master
mokashang 65b69016b0 Allow rebinding the confirm key for search and prompt
The confirm action for the search/filter prompt and for text input
prompts (e.g. naming a stash or a new branch) was hard-coded to <enter>
in #4860, on the assumption that these wouldn't be remapped. That
assumption turned out to be wrong: users who rebind universal.confirm to
a key such as <c-j> could no longer confirm these two prompts.

Add ConfirmSearch and ConfirmPrompt keybindings, following the existing
pattern of context-specific confirm keys (confirmMenu, confirmSuggestion,
confirmInEditor). Both default to <enter>, so behaviour is unchanged for
users who don't remap them.

Fixes #5510
2026-05-26 09:19:41 -07:00
..
config.json Allow rebinding the confirm key for search and prompt 2026-05-26 09:19:41 -07:00