Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cupric
Fzf
Commits
1b61e5e9
Unverified
Commit
1b61e5e9
authored
4 years ago
by
Junegunn Choi
Browse files
Options
Download
Email Patches
Plain Diff
Clarification on FZF_DEFAULT_COMMAND
parent
43b3b907
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-0
README.md
with
7 additions
and
0 deletions
+7
-0
README.md
+
7
-
0
View file @
1b61e5e9
...
...
@@ -264,6 +264,13 @@ or `py`.
-
`FZF_DEFAULT_COMMAND`
-
Default command to use when input is tty
-
e.g.
`export FZF_DEFAULT_COMMAND='fd --type f'`
-
> :warning: This variable is not used by shell extensions due to the
> slight difference in requirements.
>
> (e.g. `CTRL-T` runs `$FZF_CTRL_T_COMMAND` instead, `vim **<tab>` runs
> `_fzf_compgen_path()`, and `cd **<tab>` runs `_fzf_compgen_dir()`)
>
> The available options are described later in this document.
-
`FZF_DEFAULT_OPTS`
-
Default options
-
e.g.
`export FZF_DEFAULT_OPTS="--layout=reverse --inline-info"`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets