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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user