1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-07-01 10:28:51 +00:00

update doc

This commit is contained in:
skywind3000
2019-02-11 13:48:24 +08:00
parent a25b0d2d3c
commit fcf4533f29
+1 -1
View File
@@ -346,7 +346,7 @@ alias zh=`z -t -I .`
首先定义个新的别名 `zh`(回到历史路径的意思),我们使用了 `-t` 参数来告诉 `z.lua` 按照时间戳作为权重进行排序,同时 `-I` 启用 fzf 进行搜索,最后的句号代表任意路径。
那么当我们在命令行敲入 zh 时,就可以用 fzf 选择仅仅呆过的路径了:
那么当我们在命令行敲入 zh 时,就可以用 fzf 选择最近呆过的路径了:
![](images/mru.png)