mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
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:
parent
2828fb94fb
commit
15288b7bf4
5 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue