diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | rc/connect.kak | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -141,7 +141,7 @@ Defined in [`connect.kak`](rc/connect.kak). #### Commands - `connect-terminal` (alias: `t`): Connect a terminal. -- `connect-shell` (alias: `T`): Connect a shell. +- `connect-shell` (alias: `$`): Connect a shell. - `connect-detach` (alias: `d`): Write the given shell command to your connect data path and detach the client. #### Options diff --git a/rc/connect.kak b/rc/connect.kak index 7a3f09f..fa25239 100644 --- a/rc/connect.kak +++ b/rc/connect.kak @@ -58,7 +58,7 @@ provide-module connect %{ quit! } alias global t connect-terminal - alias global T connect-shell + alias global $ connect-shell alias global d connect-detach } |
