summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2019-03-25 14:29:59 +0100
committerAlex Leferry 2 <alexherbo2@gmail.com>2019-03-25 14:29:59 +0100
commit2a0aa299ec1135f5b99d3eb4fcea37ffa2cff7c7 (patch)
tree57a2bf66f73e0834b00b961b999fdf3c0ffdcf30
parent8f22e486ad15fdcfda57b19873523ff95b6a6639 (diff)
README: Replace lf example with ranger
Closes #2
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9778cdc..481398b 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,10 @@ $ edit example.txt
You can also run the shell commands from Kakoune.
-For example, [lf] and [fzf] integration can be:
+For example, [ranger] and [fzf] integration can be:
``` kak
-def lf %(connect lf)
+def ranger %(connect ranger)
```
``` kak
@@ -90,5 +90,5 @@ Thanks to [@occivink] :heart: for his work on the [:terminal] command to abstrac
[Pathogen]: https://github.com/alexherbo2/pathogen.kak
[@occivink]: https://github.com/occivink
[:terminal]: https://github.com/mawww/kakoune/pull/2617
-[lf]: https://github.com/gokcehan/lf
+[ranger]: https://ranger.github.io
[fzf]: https://github.com/junegunn/fzf