From c6d620c99eb6f8a46fb8be0858879f45c115c628 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 17 Aug 2024 18:23:34 +0900 Subject: [PATCH] Add to CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f634155..41da52a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ CHANGELOG 0.55.0 ------ +- Added `exact-boundary-match` type to the search syntax. When a search term is single-quoted, fzf will search for the exact occurrences of the string with both ends at word boundaries. + ```sh + fzf --query "'here'" << EOF + come here + not there + EOF + ``` - [bash] Fuzzy path completion is enabled for all commands - 1. If the default completion is not already set - 2. And if the current bash supports `complete -D` option