mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Dragging with the left button held now extends the selection from the pressed line, exactly like moving with shift+up/down does. We use the non-sticky flavor so that the range collapses on the next plain cursor movement, again matching the keyboard behavior. The binding is only registered for contexts that support range selection in the first place; dragging in other lists continues to do nothing. |
||
|---|---|---|
| .. | ||
| accordion.go | ||
| branches_not_first_tab.go | ||
| commits_not_first_tab.go | ||
| disable_switch_tab_with_panel_jump_keys.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 | ||
| 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 | ||