diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 23:11:03 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-06-18 23:12:58 +0200 |
| commit | 2c01a2d0fe1c79fbf3252ac4ab017034764ea2b2 (patch) | |
| tree | 1a281578a604a0b5d23c0ad555a18bd25ae48073 | |
| parent | ec02b438a147fe1a5877b115ccaced01cf119e11 (diff) | |
README: Add a navigation bar
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,7 @@ # connect.kak +###### [Installation](#installation) | [Usage](#usage) | [Configuration](#configuration) | [Documentation](#documentation) | [Contributing](CONTRIBUTING) + Connect a program to [Kakoune] clients. [](https://youtube.com/playlist?list=PLdr-HcjEDx_k-Y_9uSV0YAUCNHzqHjmz3 "YouTube – connect.kak") @@ -196,7 +198,9 @@ set-option global connect_environment %{ } ``` -## Kakoune commands +## Documentation + +### Kakoune commands - [`:connect-terminal`] | [`:t`] - [`:connect-shell`] | [`:T`] @@ -255,7 +259,7 @@ set-option global connect_environment %{ [`dolphin`]: rc/modules/dolphin.kak [`:dolphin`]: rc/modules/dolphin.kak -## Shell commands +### Shell commands - [`edit`] | [`e`] - [`buffer`] | [`b`] |
