diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-24 00:31:20 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-24 00:31:20 +0900 |
| commit | da500a358f58a42bf62d3446eb163d747f6492a1 (patch) | |
| tree | c68003fea6e94ff0d972b191486176c3cebae70d /man | |
| parent | c36b846accc36c5a833a8e22d06107b778a4f219 (diff) | |
| download | fzf-da500a358f58a42bf62d3446eb163d747f6492a1.tar.gz | |
Use bold bar as the default marker
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 5611dbbb..13fcc18b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -453,7 +453,7 @@ Input prompt (default: '> ') Pointer to the current line (default: '▌' or '>' depending on \fB--no-unicode\fR) .TP .BI "--marker=" "STR" -Multi-select marker (default: '│' or '>' depending on \fB--no-unicode\fR) +Multi-select marker (default: '┃' or '>' depending on \fB--no-unicode\fR) .TP .BI "--header=" "STR" The given string will be printed as the sticky header. The lines are displayed |
