jesseduffield.lazygit/pkg/integration/tests/patch_building
Jesse Duffield d08fafb1c4 Clear range select upon pressing 'escape'
This is the highest priority of the escape actions because it's the thing you're
most likely to want to do upon hitting escape if you have a range selected.

Applying this to the staging/patch-building views is tricky: if we want this logic
for when a range of lines is selected, we'll also need to apply it when a hunk
is selected too. I still think it's worth it though: I've often accidentally
escaped from the staging view when trying to cancel a range selection.
2024-01-19 10:47:21 +11:00
..
apply.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
apply_in_reverse.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
apply_in_reverse_with_conflict.go Fix conflict test 2023-07-10 15:09:17 +02:00
move_to_earlier_commit.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_earlier_commit_no_keep_empty.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_index.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_index_part_of_adjacent_added_lines.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_index_partial.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_index_with_conflict.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_later_commit.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_later_commit_partial_hunk.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
move_to_new_commit.go Prompt for commit message when moving a custom patch to a new commit 2023-07-23 13:55:48 +02:00
move_to_new_commit_partial_hunk.go Prompt for commit message when moving a custom patch to a new commit 2023-07-23 13:55:48 +02:00
remove_from_commit.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
reset_with_escape.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
select_all_files.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
specific_selection.go Clear range select upon pressing 'escape' 2024-01-19 10:47:21 +11:00
start_new_patch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00