mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 08:36:25 -04:00
This is the other place that manages its own scroll position: while a drag extends the selection to a line below the viewport, the view stays put, and the drag autoscroller scrolls it one line at a time for as long as the pointer stays there. Making the scroll automatic would centre the selection instead, i.e. jump the view rather than scroll it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| accordion.go | ||
| background_refresh_keeps_scroll_position.go | ||
| branches_not_first_tab.go | ||
| commits_not_first_tab.go | ||
| disable_switch_tab_with_panel_jump_keys.go | ||
| drag_beyond_viewport.go | ||
| empty_menu.go | ||
| hide_side_panel.go | ||
| keybinding_suggestions_dont_crash_on_disabled_bindings.go | ||
| keybinding_suggestions_when_switching_repos.go | ||
| mode_specific_keybinding_suggestions.go | ||
| open_link_failure.go | ||
| page_up_and_down.go | ||
| promote_tab_to_side_panel.go | ||
| range_select.go | ||
| range_select_with_autoscroll.go | ||
| reload_side_panels.go | ||
| reorder_side_panels.go | ||
| switch_tab_from_menu.go | ||
| switch_tab_with_panel_jump_keys.go | ||