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 --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 41c84630..78e7938c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ but it's often more useful when toggled dynamically with the `toggle-raw` action. ```sh -tree | fzf --reverse --bind ctrl-x:toggle-raw +tree | fzf --reverse --bind alt-r:toggle-raw ``` While non-matching items are displayed in a dimmed color, they are treated just @@ -56,7 +56,7 @@ option. ```sh # Use a thinner gutter instead of the default dashed line -fzf --bind ctrl-x:toggle-raw --gutter-raw ▎ +fzf --bind alt-r:toggle-raw --gutter-raw ▎ ``` ##### Color and style of non-matching items @@ -97,8 +97,7 @@ fzf --raw --bind 'enter:transform:[[ ${FZF_RAW-1} = 1 ]] && echo accept || echo #### Leveraging raw mode in shell integration -The `CTRL-R` binding (command history) now lets you toggle raw mode with -`CTRL-X`. +The `CTRL-R` binding (command history) now lets you toggle raw mode with `ALT-R`. ### Style changes -- cgit v1.2.3