1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-06 22:33:07 +02:00

Add user config to use hunk mode by default when entering staging view

This commit is contained in:
Stefan Haller
2025-07-04 13:23:37 +02:00
parent a6001dc76e
commit 2961c991a4
6 changed files with 23 additions and 7 deletions

View File

@ -116,6 +116,9 @@ gui:
# paragraphs of markdown text.
wrapLinesInStagingView: true
# If true, hunk selection mode will be enabled by default when entering the staging view.
useHunkModeInStagingView: false
# One of 'auto' (default) | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
language: auto