diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 09:26:51 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-08-13 09:26:51 +0200 |
| commit | dd96a10bfe499a565746dcf26d35e0941d64ab12 (patch) | |
| tree | f0f85a491302a306d1129581be950b94679ac8f1 | |
| parent | 1ca2580782fa59ce8600f4a0d6a1485539ad522e (diff) | |
Change connect-shell alias to $
| -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 } |
