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:
parent
5df0475612
commit
5011cac7ea
@ -324,7 +324,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
SkipNoStagedFilesWarning: false,
|
||||
ShowListFooter: true,
|
||||
ShowCommandLog: true,
|
||||
ShowFileTree: false,
|
||||
ShowFileTree: true,
|
||||
ShowRandomTip: true,
|
||||
CommandLogSize: 8,
|
||||
},
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user