From e1de29bc40c5a117ef6f6c37b37d16c1d89baa42 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 3 Oct 2025 18:06:50 +0900 Subject: CTRL-R: Bind ALT-R to toggle-raw --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3