summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-10-03 18:06:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-10-09 00:17:00 +0900
commite1de29bc40c5a117ef6f6c37b37d16c1d89baa42 (patch)
tree1db8de2f65b74a9c7870f8f55bc7b10beaa6fb1f /README.md
parent0df7d105506f3533d45afd6644991e49f3c78c5d (diff)
downloadfzf-e1de29bc40c5a117ef6f6c37b37d16c1d89baa42.tar.gz
CTRL-R: Bind ALT-R to toggle-raw
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ac18723d..312a99c3 100644
--- a/README.md
+++ b/README.md
@@ -522,6 +522,9 @@ the following key bindings in bash, zsh, and fish.
- `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
+ - Press `ALT-R` to toggle "raw" mode where you can see the surrounding items
+ of a match. In this mode, you can press `CTRL-N` and `CTRL-P` to move
+ between the matching items only.
- Press `CTRL-/` or `ALT-/` to toggle line wrapping
- Set `FZF_CTRL_R_OPTS` to pass additional options to fzf
```sh