From d6b0c75e80d9932c033d4b5a73e181105c0ef1ca Mon Sep 17 00:00:00 2001 From: Knox Lively Date: Wed, 27 Mar 2024 12:19:09 -0600 Subject: [PATCH] added more context around connect and cr --- reference/slashcommands.mdx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/reference/slashcommands.mdx b/reference/slashcommands.mdx index 91767a3..b472641 100644 --- a/reference/slashcommands.mdx +++ b/reference/slashcommands.mdx @@ -127,16 +127,26 @@ The text after `/comment` is not processed and will be posted as-is. ## /connect -Change remote for current window. +Change the connection for the current window. ``` Usage: -/connect [remote] +/connect [connection-name] ``` +**Note:** Issuing `/connect` with no arguments will provide a list of available connections. + + ## /cr -Change remote for current window (alias for `/connect`). +Change the connection for the current window (alias for [/connect](#connect)). + +``` +Usage: +/cr [connection-name] +``` + +**Note:** Issuing `/cr` with no arguments will provide a list of activate connections. ## /csvview