diff options
| author | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-11-26 00:32:59 +0100 |
|---|---|---|
| committer | Mathieu Ablasou <alexherbo2@gmail.com> | 2020-11-26 00:32:59 +0100 |
| commit | 5c1142997ba7f86a4736a26f3981627393c3f3cc (patch) | |
| tree | d831dfd186d83c1bf7c6b112e48e2f576ee45f27 /README.md | |
| parent | 1bc91b93de73de0e0764da36356c14571ba15b34 (diff) | |
Add a Commands page and remove the Documentation section from the README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 32 |
1 files changed, 1 insertions, 31 deletions
@@ -5,7 +5,7 @@ [Installation]: #installation [Usage]: #usage [Configuration]: #configuration -[Documentation]: #documentation +[Documentation]: docs [FAQ]: docs/faq.md Leverage the client-server architecture of [Kakoune] to connect programs to clients. @@ -268,33 +268,3 @@ Available variables are: - `IN_KAKOUNE_CONNECT` (_1_ when _true_) - `KAKOUNE_SESSION` - `KAKOUNE_CLIENT` - -## Documentation - -[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 - -<!----> - -- [Commands] -- [Aliases] -- [Modules] - -[Commands]: rc/connect/commands -[Aliases]: rc/connect/aliases -[Modules]: rc/connect/modules - -<!----> - -- [FAQ] -- [Recipes] -- [Integration with other tools] - -[FAQ]: docs/faq.md -[Recipes]: docs/recipes.md -[Integration with other tools]: docs/integration.md |
