diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-03 18:06:50 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | e1de29bc40c5a117ef6f6c37b37d16c1d89baa42 (patch) | |
| tree | 1db8de2f65b74a9c7870f8f55bc7b10beaa6fb1f /README.md | |
| parent | 0df7d105506f3533d45afd6644991e49f3c78c5d (diff) | |
| download | fzf-e1de29bc40c5a117ef6f6c37b37d16c1d89baa42.tar.gz | |
CTRL-R: Bind ALT-R to toggle-raw
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
