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 /CHANGELOG.md | |
| parent | 0df7d105506f3533d45afd6644991e49f3c78c5d (diff) | |
| download | fzf-e1de29bc40c5a117ef6f6c37b37d16c1d89baa42.tar.gz | |
CTRL-R: Bind ALT-R to toggle-raw
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
