From 49852ef289a0a397eff71178977e46e7c437ce3e Mon Sep 17 00:00:00 2001 From: Honza Date: Fri, 19 Feb 2021 00:13:08 +0100 Subject: [PATCH] z: add `-c` parameter to the command description (#5262) --- pages/common/z.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/z.md b/pages/common/z.md index 7989dea479..badd1f2d30 100644 --- a/pages/common/z.md +++ b/pages/common/z.md @@ -1,6 +1,6 @@ # z -> Tracks the most used directories and enables quickly navigating to them using string or regex patterns. +> Tracks the most used (by frecency) directories and enables quickly navigating to them using string or regex patterns. > More information: . - Go to a directory that contains "foo" in the name: @@ -26,3 +26,7 @@ - Remove the current directory from `z`'s database: `z -x .` + +- Restrict matches to subdirectories of the current directory: + +`z -c {{foo}}`