Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Mar 13, 2024
1 parent b0978b3 commit 36e109b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CHANGELOG
# Set up fzf key bindings
fzf --fish | source
```
- Added options for customizing the behavior of the built-in walker
- Shell integration scripts have been updated to use the built-in walker with the following new options and they are now much faster out of the box.
| Option | Description | Default |
| --- | --- | --- |
| `--walker=OPTS` | Walker options (`[file][,dir][,follow][,hidden]`) | `file,follow,hidden` |
Expand All @@ -44,7 +44,6 @@ CHANGELOG
export FZF_DEFAULT_COMMAND='seq 100'
fzf --walker=dir
```
- Shell integration scripts (key bindings and fuzzy completion) have been updated to use the built-in walker with these new options and they are now much faster out of the box.

0.47.0
------
Expand Down

0 comments on commit 36e109b

Please sign in to comment.