mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-02 23:27:32 +02:00
show filetree by default
This commit is contained in:
parent
5df0475612
commit
5011cac7ea
@ -324,7 +324,7 @@ func GetDefaultConfig() *UserConfig {
|
|||||||
SkipNoStagedFilesWarning: false,
|
SkipNoStagedFilesWarning: false,
|
||||||
ShowListFooter: true,
|
ShowListFooter: true,
|
||||||
ShowCommandLog: true,
|
ShowCommandLog: true,
|
||||||
ShowFileTree: false,
|
ShowFileTree: true,
|
||||||
ShowRandomTip: true,
|
ShowRandomTip: true,
|
||||||
CommandLogSize: 8,
|
CommandLogSize: 8,
|
||||||
},
|
},
|
||||||
|
@ -6,3 +6,5 @@ gui:
|
|||||||
- bold
|
- bold
|
||||||
SelectedRangeBgcolor:
|
SelectedRangeBgcolor:
|
||||||
- reverse
|
- 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