Skip to content

Commit

Permalink
feat(README.md): Update options explanation
Browse files Browse the repository at this point in the history
The explanation for the options in the README.md file has been updated
for better clarity. The changes include:
- Replacing "This options means:" with "These options are:"
- Adding a new line for better readability
  • Loading branch information
ryoppippi committed May 17, 2024
1 parent 1704659 commit c9534aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Set options like this:
set -g NA_FUZZYFINDER fzf
set -g NA_FUZZYFINDER_OPTIONS --bind 'one:accept' --query '^'
```
This options means:

These options are:
- `--bind 'one:accept'` : Automatically select the first item if there is only one item in the list.
- `--query '^'` : Make query be matched from the beginning of the line, not fuzzy search.

Expand Down

0 comments on commit c9534aa

Please sign in to comment.