summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-10-22 22:24:50 +1100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-22 22:39:17 +1100
commit5011cac7ea2b1d8ce9d9976b59c17f579c270fd9 (patch)
tree6a813986d24ab515053d993e2780355239a11193
parent5df0475612464e9f030808cad926c44935f2c685 (diff)
show filetree by default
-rw-r--r--pkg/config/user_config.go2
-rw-r--r--test/default_test_config/config.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 566bcf59c..bbc08cdc3 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -324,7 +324,7 @@ func GetDefaultConfig() *UserConfig {
SkipNoStagedFilesWarning: false,
ShowListFooter: true,
ShowCommandLog: true,
- ShowFileTree: false,
+ ShowFileTree: true,
ShowRandomTip: true,
CommandLogSize: 8,
},
diff --git a/test/default_test_config/config.yml b/test/default_test_config/config.yml
index 69b4c4dea..087049261 100644
--- a/test/default_test_config/config.yml
+++ b/test/default_test_config/config.yml
@@ -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