Add user config to enable line wrapping in the staging view

It is enabled by default, because I think it's often helpful, and rarely in the
way. I bet most user won't even notice.
This commit is contained in:
Stefan Haller 2024-12-02 22:17:09 +01:00
parent 2828fb94fb
commit 15288b7bf4
5 changed files with 19 additions and 3 deletions

View file

@ -87,6 +87,11 @@ gui:
# - 'top': split the window vertically (side panel on top, main view below)
enlargedSideViewLocation: left
# If true, wrap lines in the staging view to the width of the view. This
# makes it much easier to work with diffs that have long lines, e.g.
# paragraphs of markdown text.
wrapLinesInStagingView: true
# One of 'auto' (default) | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
language: auto