mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Fix the useHunkModeInStagingView hint in the breaking changes message
This commit is contained in:
parent
0262a8de69
commit
d869c23c1a
|
|
@ -2139,7 +2139,7 @@ git:
|
|||
- 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
|
||||
useHunkModeInStagingView: false
|
||||
`,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue