From dd96a10bfe499a565746dcf26d35e0941d64ab12 Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Thu, 13 Aug 2020 09:26:51 +0200 Subject: Change connect-shell alias to $ --- README.md | 2 +- rc/connect.kak | 2 +- 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 } -- cgit v1.2.3