jesseduffield.lazygit/pkg/integration/tests/ui
Stefan Haller a58770ee1b Fix pressing shift-down after clicking in diff view
When clicking in a single-file diff view to enter staging (or custom patch
editing, when coming from the commit files panel), and then pressing shift-down
or shift-up to select a range, it would move the selected line rather than
creating a range. Only on the next press would it start to select a range from
there.

This is very similar to the fix we made for pressing escape in 0e4d266a52.
2024-10-18 10:08:27 +02:00
..
accordion.go Add integration test for accordion mode 2023-07-19 22:17:29 +10:00
double_popup.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
empty_menu.go Enforce single-item selection in various actions 2024-01-19 10:50:49 +11:00
keybinding_suggestions_when_switching_repos.go Use getters for AppState and UserConfig instead of accessing the fields directly 2024-08-18 10:24:52 +02:00
mode_specific_keybinding_suggestions.go feat: squash merge 2024-06-30 11:01:03 +10:00
open_link_failure.go Use our new hyperlink support in the information view 2024-08-24 10:36:01 +02:00
range_select.go Fix pressing shift-down after clicking in diff view 2024-10-18 10:08:27 +02:00
switch_tab_from_menu.go Use fields rather than methods on worktrees 2023-07-30 18:35:24 +10:00
switch_tab_with_panel_jump_keys.go When using the panel jump keys and the target panel is already active, switch tabs 2024-08-17 10:37:00 +02:00