summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMathieu Ablasou <alexherbo2@gmail.com>2020-11-23 16:47:38 +0100
committerMathieu Ablasou <alexherbo2@gmail.com>2020-11-23 16:47:38 +0100
commitc84d4e9f2801b09a142b4e80b1fff9425df3ee8e (patch)
treec665bfc65fb9d96eb489707f514668bb9a6af1a1 /README.md
parent9d942c5d5dd21fff3ca125b02ed618dacc106f14 (diff)
Add + (connect-popup) command
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 741a7b2..3e24c37 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ require-module connect
## Usage
-**>**, **@**, **$** and **&** are [Kakoune commands][Documentation].
+**>**, **+**, **@**, **$** and **&** are [Kakoune commands][Documentation].
The **:** prefixes all [connect.kak shell commands][Commands],
and usually have an [alias][Aliases] on a single key – `:[e]dit` and `:[o]pen` for example.
@@ -231,6 +231,7 @@ Available variables are:
[Documentation]: #documentation
- `>` ⇒ Open a new terminal
+- `+` ⇒ Open a new popup
- `@` ⇒ Open a new REPL
- `$` ⇒ Execute commands in a shell
- `&` ⇒ Write an attachable program to `connect.sh` and detach the client