Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fzf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
fzf
Commits
39f43587
Commit
39f43587
authored
10 years ago
by
Junegunn Choi
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in man page
parent
fdaa4e9b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/man1/fzf.1
+8
-8
8 additions, 8 deletions
man/man1/fzf.1
with
8 additions
and
8 deletions
man/man1/fzf.1
+
8
−
8
View file @
39f43587
...
...
@@ -155,26 +155,26 @@ of field index expressions.
With \fI-x\fR or \fI--extended\fR option, fzf will start in "extended-search
mode". In this mode, you can specify multiple patterns delimited by spaces,
such as: \fB^music .mp3$ sbtrkt !rmx\fR
such as: \fB
'wild
^music .mp3$ sbtrkt !rmx\fR
.SS Exact-match (quoted)
A term that is prefixed by a single-quote character (') is interpreted as an
"exact-match" (or "non-fuzzy") term. fzf will search for the exact occurrence
"exact-match" (or "non-fuzzy") term. fzf will search for the exact occurrence
s
of the string.
.SS Anchored-match
A term can be prefixed by ^, or suffixed by $ to become an anchored-match term
and used to search
items that start
s
with or end
s
with the given
string.
An anchored-match term is also an exact-match term.
A term can be prefixed by ^, or suffixed by $ to become an anchored-match term
.
Then fzf will search for the
items that start with or end with the given
string.
An anchored-match term is also an exact-match term.
.SS Negation
If a term is prefixed by !, fzf will exclude the items that matches the term
from the result.
.SS Extended-exact mode
If you don't need fuzzy matching at all and do not wish to "quote"
every word,
start fzf with \fI-e\fR or \fI--extended-exact\fR option
(instead of \fI-x\fR or
\fI--extended\fR).
If you don't need fuzzy matching at all and do not wish to "quote"
(prefixing
with ') every word,
start fzf with \fI-e\fR or \fI--extended-exact\fR option
(instead of \fI-x\fR or
\fI--extended\fR).
.SH AUTHOR
Junegunn Choi (junegunn.c@gmail.com)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment