1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

show filetree by default

This commit is contained in:
Jesse Duffield 2021-10-22 22:24:50 +11:00
parent 5df0475612
commit 5011cac7ea
2 changed files with 3 additions and 1 deletions

View File

@ -324,7 +324,7 @@ func GetDefaultConfig() *UserConfig {
SkipNoStagedFilesWarning: false,
ShowListFooter: true,
ShowCommandLog: true,
ShowFileTree: false,
ShowFileTree: true,
ShowRandomTip: true,
CommandLogSize: 8,
},

View File

@ -6,3 +6,5 @@ gui:
- bold
SelectedRangeBgcolor:
- reverse
# TODO: we should update most tests to use a file tree now that it's the default
showFileTree: false