diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-01-14 12:46:45 +0100 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-01-15 17:50:29 +0100 |
| commit | cf9fc8e5160463f0fc9b12d71f16eca0bf72c0c7 (patch) | |
| tree | ff51a004583ae8636979e429c7d71c10e25ea934 | |
| parent | 8040e7a9c8328e092069376a9996d2569c671920 (diff) | |
README: Add a note about lf shell command
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
