summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-06-01 16:20:03 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-06-01 16:20:03 +0900
commitcfdf2f11537f8e4207b146250a14a4d1aa32b5f5 (patch)
treee0077395277c330daa9221f56328204916e9063e
parente042143e3f983d7bd18a89bee1f9c19b7b6bd3b0 (diff)
downloadfzf-cfdf2f11537f8e4207b146250a14a4d1aa32b5f5.tar.gz
Update README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index bf98c533..b6bbb9f1 100644
--- a/README.md
+++ b/README.md
@@ -444,8 +444,8 @@ Examples
Key bindings for command-line
-----------------------------
-The install script will setup the following key bindings for bash, zsh, and
-fish.
+By [setting up shell integration](#setting-up-shell-integration), you can use
+the following key bindings in bash, zsh, and fish.
- `CTRL-T` - Paste the selected files and directories onto the command-line
- The list is generated using `--walker file,dir,follow,hidden` option
@@ -491,7 +491,7 @@ fish.
Display modes for these bindings can be separately configured via
`FZF_{CTRL_T,CTRL_R,ALT_C}_OPTS` or globally via `FZF_DEFAULT_OPTS`.
-(e.g. `FZF_CTRL_R_OPTS='--tmux bottom,60% --height 60%'`)
+(e.g. `FZF_CTRL_R_OPTS='--tmux bottom,60% --height 60% --border top'`)
More tips can be found on [the wiki page](https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings).