mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
Add breaking changes notice about hunk mode being the default now
This commit is contained in:
parent
117bb3f829
commit
c216388b5c
|
|
@ -2134,7 +2134,13 @@ If, on the other hand, you want this even for feature branches, you can set it t
|
|||
|
||||
git:
|
||||
localBranchSortOrder: recency
|
||||
remoteBranchSortOrder: alphabetical`,
|
||||
remoteBranchSortOrder: alphabetical
|
||||
|
||||
- The default selection mode in the staging and custom patch building views has been changed to hunk mode. This is the more useful mode in most cases, as it usually saves a lot of keystrokes. If you want to switch back to the old line mode default, you can do so by adding the following to your config:
|
||||
|
||||
gui:
|
||||
useHunkSelectionMode: false
|
||||
`,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue