summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2022-12-02 06:57:32 +0100
committerGitHub <noreply@github.com>2022-12-02 14:57:32 +0900
commit3f079ba7c6d5a95f69699422329e9c5150002448 (patch)
tree1085766c81598b0f9470e8bb0e3f29f6bb7b9f4a /README.md
parent8f4c89f50eddc367c6f8eb36eaf1d42d76b224c1 (diff)
README.md: Clarify on FZF_*_OPTS (#3064)
At first I thought they were appended to FZF_*_COMMAND. Let's make it clear that these are passed to `fzf` itself.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index ebd83e29..13413b0d 100644
--- a/README.md
+++ b/README.md
@@ -333,14 +333,14 @@ fish.
- `CTRL-T` - Paste the selected files and directories onto the command-line
- Set `FZF_CTRL_T_COMMAND` to override the default command
- - Set `FZF_CTRL_T_OPTS` to pass additional options
+ - Set `FZF_CTRL_T_OPTS` to pass additional options to fzf
- `CTRL-R` - Paste the selected command from history onto the command-line
- If you want to see the commands in chronological order, press `CTRL-R`
again which toggles sorting by relevance
- - Set `FZF_CTRL_R_OPTS` to pass additional options
+ - Set `FZF_CTRL_R_OPTS` to pass additional options to fzf
- `ALT-C` - cd into the selected directory
- Set `FZF_ALT_C_COMMAND` to override the default command
- - Set `FZF_ALT_C_OPTS` to pass additional options
+ - Set `FZF_ALT_C_OPTS` to pass additional options to fzf
If you're on a tmux session, you can start fzf in a tmux split-pane or in
a tmux popup window by setting `FZF_TMUX_OPTS` (e.g. `-d 40%`).