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

Merge pull request #1624 from sirodoht/fix-filetree-docs

Fix `showFileTree` default value in docs
This commit is contained in:
Mark Kopenga
2021-12-13 14:34:30 +01:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ gui:
mouseEvents: true
skipUnstageLineWarning: false
skipStashWarning: true
showFileTree: false # for rendering changes files in a tree format
showFileTree: true # for rendering changes files in a tree format
showListFooter: true # for seeing the '5 of 20' message in list panels
showRandomTip: true
showCommandLog: true