From be4754240d2be77dffd94be0db7e3e157630bf6d Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Fri, 18 Jan 2019 05:13:01 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b3608..fbcc3da 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,11 @@ If no match is found, it will fall back to default matching method. Since the last segment of a path is always easier to be recalled, it is sane to give it higher priority. You can also achieve this by typing `"z space$"` in both methods, but `"z wo"` is easier to type. - Tips: If you want your last query not only to match the last segment of the path, append '$' as the last query. eg. `"z wo $"`. + Tips for rule No.2: + + - If you want your last query not only to match the last segment of the path, append '$' as the last query. eg. `"z wo $"`. + - If you want your last query not to match the last segment of the path, append '/' as the last query. eg. `"z wo /"`. + - cd to the existent path if there is no match: