diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-27 01:20:56 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-27 01:35:05 +0900 |
| commit | 2f51eb2b414f3e27f0d3ab3f4ef1a3f3a48c6d06 (patch) | |
| tree | 6ad0a17d17eaa2dd18d2575375ed9d22cecd2337 /CHANGELOG.md | |
| parent | 0ccbd79e10813f7fb67cd29687203ef3cd0d5692 (diff) | |
| download | fzf-2f51eb2b414f3e27f0d3ab3f4ef1a3f3a48c6d06.tar.gz | |
Different marker for the first and last line of multi-line entries
Can be configured via `--marker-multi-line`
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 283446d5..5b4d55eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ CHANGELOG ``` - To disable multi-line display, use `--no-multi-line` - The default `--pointer` and `--marker` have been changed from `>` to Unicode bar characters as they look better with multi-line items +- Added `--marker-multi-line` to customize the select marker for multi-line entries with the default set to `╻┃╹` + ``` + ╻First line + ┃... + ╹Last line + ``` - Native `--tmux` integration to replace fzf-tmux script ```sh # --tmux [center|top|bottom|left|right][,SIZE[%]][,SIZE[%]] |
