jesseduffield.lazygit/pkg/gui/patch_exploring
Stefan Haller c5acad777d Don't use hunk mode for added or deleted files
When entering staging (or patch building) for an added or deleted file, it
doesn't make sense to use hunk mode, because pressing space would stage/unstage
the entire file, and if the user wanted to do that, they would have pressed
space in the Files panel. So always use line mode for added/deleted files by
default, even if the useHunkModeInStagingView user config is on.
2025-07-27 12:10:25 +02:00
..
focus.go Fix scrolling hunk into view when selecting next hunk 2025-07-07 13:42:10 +02:00
focus_test.go Bump gocui and adapt lazygit code 2024-12-01 10:40:08 +01:00
state.go Don't use hunk mode for added or deleted files 2025-07-27 12:10:25 +02:00