summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-01-14 12:46:45 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-01-15 17:50:29 +0100
commitcf9fc8e5160463f0fc9b12d71f16eca0bf72c0c7 (patch)
treeff51a004583ae8636979e429c7d71c10e25ea934
parent8040e7a9c8328e092069376a9996d2569c671920 (diff)
README: Add a note about lf shell command
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index c6188ea..b177f96 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,9 @@ e *.txt
lf
```
+**Note**: Not to be confused with [`:lf`][`lf`]. connect.kak pairs with [modules]
+that you can load with the [`require-module`] command.
+
**Example** – **Kakoune** – Open selected files with [Rofi]:
``` kak
@@ -150,3 +153,4 @@ map global normal Y ': yank-ring<ret>'
[`yank-ring-load-from-file`]: https://github.com/alexherbo2/yank-ring.kak
[`git-add`]: https://git-scm.com/docs/git-add
[Glow]: https://github.com/charmbracelet/glow
+[`require-module`]: https://github.com/mawww/kakoune/blob/master/doc/pages/commands.asciidoc#module-commands