summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-08-13 09:26:51 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-08-13 09:26:51 +0200
commitdd96a10bfe499a565746dcf26d35e0941d64ab12 (patch)
treef0f85a491302a306d1129581be950b94679ac8f1
parent1ca2580782fa59ce8600f4a0d6a1485539ad522e (diff)
Change connect-shell alias to $
-rw-r--r--README.md2
-rw-r--r--rc/connect.kak2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b1f4d73..060a3c4 100644
--- a/README.md
+++ b/README.md
@@ -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
}