From 60779c1d2b9a58a88d3c00e319b21dfec7d08926 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Sun, 3 Feb 2019 12:43:10 +0800 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231da5e..5c69ac2 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ From version 1.1.0, a new option `"-I"` will allow you to use fzf to select when When we use `"z -I vim"`,12 paths contains keyword "vim" has been matched and ordered by their frecent value, the higher frecent comes with the higher rank. Then without cd to the highest ranked path, z.lua passes all the candidates to fzf. And you can use fzf to select where you want to go, or ESC to quit. -Of course, you can always give more keywords to `z` command to match your destination precisely. This feature provide you another way to do that. +Of course, you can always give more keywords to `z` command to match your destination precisely. `"z -I"` is similar to `"z -i"`, but use fzf. Both `"-i"` and `"-I"` provide you another way for path navigation. Usually, `z -I` can be aliased to `zf` (z + fuzzy finder) for convenience. If there are only one path matched, `z -I` will jump to it directly, fzf will only be invoked for multiple matches.