Skip to content

Commit 7d26363

Browse files
committed
Use line-by-line over hunks in lazygit
It seems that as per the latest release of `lazygit` the `hunk` method for staging the changes on a file is by hunks rather than the former line-by-line which I'm more comfortable with. Alternatively, given that it can be easily switched with `a`, this is a matter of using line-by-line as the default instead.
1 parent a30dbc8 commit 7d26363

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
git:
22
overrideGpg: true
3+
4+
gui:
5+
useHunkModeInStagingView: false

0 commit comments

Comments
 (0)