You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version introduces three new border types, `--list-border`, `--input-border`, and `--header-border`, offering much greater flexibility for customizing the user interface.
8
9
@@ -67,8 +68,7 @@ Also, fzf now offers "style presets" for quick customization, which can be activ
* You can customize the line using `--gap-line[=STR]`.
74
74
- You can specify `border-native` to `--tmux` so that native tmux border is used instead of `--border`. This can be useful if you start a different program from inside the popup.
@@ -101,7 +101,7 @@ Also, fzf now offers "style presets" for quick customization, which can be activ
101
101
- A single-character delimiter is now treated as a plain string delimiter rather than a regular expression delimiter, even if it's a regular expression meta-character.
102
102
- This means you can just write `--delimiter '|'` instead of escaping it as `--delimiter '\|'`
103
103
- Bug fixes
104
-
- Bug fixes in fish scripts (thanks to @bitraid)
104
+
- Bug fixes and improvements in fish scripts (thanks to @bitraid)
0 commit comments