mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 16:46:25 -04:00
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. |
||
|---|---|---|
| .. | ||
| accordion.go | ||
| double_popup.go | ||
| empty_menu.go | ||
| open_link_failure.go | ||
| range_select.go | ||
| switch_tab_from_menu.go | ||