mirror of
https://github.com/skywind3000/z.lua
synced 2026-03-14 19:59:48 +00:00
update doc
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user