summaryrefslogtreecommitdiffstats
path: root/docs/configuration/joshuto.toml.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/joshuto.toml.md')
-rw-r--r--docs/configuration/joshuto.toml.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/joshuto.toml.md b/docs/configuration/joshuto.toml.md
index e9bf8f2..685ddde 100644
--- a/docs/configuration/joshuto.toml.md
+++ b/docs/configuration/joshuto.toml.md
@@ -106,4 +106,16 @@ fzf_case_sensitivity = "insensitive"
[cmd_aliases]
# q = "quit"
# ...
+
+[tab]
+
+# Options include
+# - num
+# - dir
+# - all
+# also can be changed with the 'tab_bar_mode' command
+display_mode = "all"
+
+# inherit, home, root
+home_page = "home"
```