1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-22 10:15:43 +02:00

feat: support custom keybinds in custom command prompt menus

This commit is contained in:
Karl Wikström
2025-12-21 08:19:18 +01:00
parent 262e7f4e79
commit 62913ee25d
9 changed files with 146 additions and 0 deletions
+1
View File
@@ -175,6 +175,7 @@ var tests = []*components.IntegrationTest{
custom_commands.GlobalContext,
custom_commands.MenuFromCommand,
custom_commands.MenuFromCommandsOutput,
custom_commands.MenuPromptWithKeys,
custom_commands.MultipleContexts,
custom_commands.MultiplePrompts,
custom_commands.RunCommand,