lazygit/pkg/integration/tests/custom_commands
Stefan Haller a7041cf492 Allow editing a custom command from the suggestions list by pressing 'e'
For custom commands it is useful to select an earlier command and have it copied
to the prompt for further editing. This can be done by hitting 'e' now.

For other types of suggestion panels we don't enable this behavior, as you can't
create arbitrary new items there that don't already exist as a suggestion.
2024-05-19 07:06:18 +02:00
..
access_commit_properties.go Support both Sha and Hash on commits in custom commands 2024-04-12 08:33:47 +02:00
basic_cmd_at_runtime.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
basic_cmd_from_config.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
check_for_conflicts.go Allow checking for merge conflicts after running a custom command 2023-07-13 18:40:34 +10:00
complex_cmd_at_runtime.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
delete_from_history.go Support deleting items from the custom commands history 2024-05-19 07:06:18 +02:00
edit_history.go Allow editing a custom command from the suggestions list by pressing 'e' 2024-05-19 07:06:18 +02:00
form_prompts.go pkg: fix some typos 2024-04-20 13:47:39 +02:00
history.go Fix order problems when saving custom commands history 2024-02-16 13:31:37 +01:00
menu_from_command.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
menu_from_commands_output.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
multiple_prompts.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
omit_from_history.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
suggestions_command.go Keep same branch selected when refreshing branches 2024-01-19 09:25:07 +01:00
suggestions_preset.go Keep same branch selected when refreshing branches 2024-01-19 09:25:07 +01:00