summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLzzzzzt <101313294+Lzzzzzt@users.noreply.github.com>2023-08-13 23:13:19 +0800
committerGitHub <noreply@github.com>2023-08-13 11:13:19 -0400
commit756070e9cb5e82151632f60281f569efc7ae7f36 (patch)
tree1ff373752a6c841976d87a4123f83c64ee1a1fb9
parent7ab12658f911bebfa12f836b2a6449e08611e437 (diff)
docs: add doc for tab bar display mode (#399)
* add user & group on footer * linemode have more options * linemode have more options * linemode have more options * make tarbar title not hardcoded * topbar width with modified tab width * change the ellipsis * docs: add doc for tab bar display mode
-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"
```