summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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.