@@ -29,7 +29,9 @@ This version introduces many new features centered around the new "raw" mode.
2929| Enhancement | Shell | ` CTRL-R ` binding | Toggle raw mode with ` ALT-R ` |
3030| Enhancement | Shell | ` CTRL-R ` binding | Opt-out with an empty ` FZF_CTRL_R_COMMAND ` |
3131
32- ### Introducing "raw" mode
32+ ### 1. Introducing "raw" mode
33+
34+ ![ ] ( https://github.com/user-attachments/assets/9640ae11-b5f7-43fb-95f1-c29307fc17c2 )
3335
3436This version introduces a new "raw" mode (named so because it shows the list
3537"unfiltered"). In raw mode, non-matching items stay in their original positions,
@@ -141,15 +143,19 @@ fzf --raw --bind 'enter:transform:[[ ${FZF_RAW-1} = 1 ]] && echo accept || echo
141143
142144The ` CTRL-R ` binding (command history) now lets you toggle raw mode with ` ALT-R ` .
143145
144- ### Style changes
146+ ### 2. Style changes
147+
148+ The screenshot on the right shows the updated gutter style:
149+
150+ ![ ] ( https://github.com/user-attachments/assets/8ea7b5ef-c99e-4686-905b-22eb078b700a )
145151
146152This version includes a few minor updates to fzf's classic visual style:
147153
148154- The gutter column is now narrower, rendered with the left-half block character (` ▌ ` ).
149155- Markers no longer use background colors.
150156- The ` --color base16 ` theme (alias: ` 16 ` ) has been updated for better compatibility with both dark and light themes.
151157
152- ### ` --listen ` now supports Unix domain sockets
158+ ### 3. ` --listen ` now supports Unix domain sockets
153159
154160If an argument to ` --listen ` ends with ` .sock ` , fzf will listen on a Unix
155161domain socket at the specified path.
@@ -167,7 +173,7 @@ curl --unix-socket /tmp/fzf.sock http -d up
167173Note that any existing file at the given path will be removed before creating
168174the socket, so avoid using an important file path.
169175
170- ### Added options
176+ ### 4. Added options
171177
172178#### ` --gutter CHAR `
173179
@@ -192,7 +198,7 @@ fzf --gutter ' ' --color gutter:reverse
192198
193199As noted above, the ` --gutter-raw CHAR ` option was also added for customizing the gutter column in raw mode.
194200
195- ### Added actions
201+ ### 5. Added actions
196202
197203The following actions were introduced to support working with raw mode:
198204
@@ -205,7 +211,7 @@ The following actions were introduced to support working with raw mode:
205211| ` down-match ` | Move down to the matching item; identical to ` down ` if raw mode is disabled |
206212| ` best ` | Move to the matching item with the best score; identical to ` first ` if raw mode is disabled |
207213
208- ### Added environment variables
214+ ### 6. Added environment variables
209215
210216#### ` $FZF_DIRECTION `
211217
@@ -243,12 +249,12 @@ supported and will result in a warning.
243249FZF_CTRL_R_COMMAND= eval " $( fzf --bash) "
244250```
245251
246- ### Added key support for ` --bind `
252+ ### 7. Added key support for ` --bind `
247253
248- Pull request #3996 added support for many additional keys for ` --bind ` option,
249- such as ` ctrl-backspace ` .
254+ Pull request [ #3996 ] ( https://github.com/junegunn/fzf/pull/3996 ) added support
255+ for many additional keys for ` --bind ` option, such as ` ctrl-backspace ` .
250256
251- ### Breaking changes
257+ ### 8. Breaking changes
252258
253259#### Hiding the gutter column
254260
0 commit comments