m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings

This commit is contained in:
Junegunn Choi
2025-09-28 23:15:24 +09:00
parent 65df0abf0e
commit c87a8eccd4
4 changed files with 10 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ To distinguish the raw mode, the gutter column is rendered in dashed line using
`▖` character. But you can customize it using `--gutter-raw CHAR` option.
```sh
# If you don't liked the dashed line and you just want a thinner gutter
# If you don't like the dashed line and you just want a thinner gutter
fzf --bind ctrl-x:toggle-raw --gutter-raw ▎
```
@@ -52,6 +52,10 @@ fzf --raw --color hidden:red:strikethrough
fzf --raw --color hidden:regular:red:strikethrough
```
#### Leveraging `toggle-raw` in shell integration
`CTRL-R` binding (command history) now allows you to toggle raw mode with `CTRL-X`.
### Style changes
This version introduces some minor changes to the traditional visual style of fzf.