aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Commands.md8
-rw-r--r--docs/Options.md6
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/Commands.md b/docs/Commands.md
index 1ab4266..9817f64 100644
--- a/docs/Commands.md
+++ b/docs/Commands.md
@@ -150,6 +150,14 @@ Prints current status if no arguments are given, unsets the status if -delete is
Open a chat with the specified user(s).
+### teams
+
+```
+/slack teams
+```
+
+List the connected Slack teams.
+
### thread
```
diff --git a/docs/Options.md b/docs/Options.md
index d10f873..416f38c 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -220,3 +220,9 @@ slack` after changing it to take effect.
**Description:** When activity occurs on a buffer, unhide it even if it was previously hidden (whether by the user or by the distracting_channels setting).
+### use_full_names
+
+**Default:** `false`
+
+**Description:** Use full names as the nicks for all users. When this is false (the default), display names will be used if set, with a fallback to the full name if display name is not set.
+