mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
show filetree by default
This commit is contained in:
parent
5df0475612
commit
5011cac7ea
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue