diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-28 23:15:24 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | c87a8eccd4f6050681084d6c58e74c43889eb8f6 (patch) | |
| tree | 72f9e737cb11a2a7d2aa8356678133528a2e0efa /CHANGELOG.md | |
| parent | 65df0abf0e4143470d824145ecc313e40dd8773d (diff) | |
| download | fzf-c87a8eccd4f6050681084d6c58e74c43889eb8f6.tar.gz | |
Add '--bind ctrl-x:toggle-raw' to CTRL-R bindings
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d5a61d..a0e2f400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. |
