diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-19 11:26:32 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-19 15:51:32 +0900 |
| commit | 5b204c54f9d16accdf66bb24477e9eff4fc3a21a (patch) | |
| tree | cef3aa9b6fd733c407c2e77ea5a0eb486627982e /man | |
| parent | 04dfb14e3215f578d44cdc117d9f19920af21faa (diff) | |
| download | fzf-5b204c54f9d16accdf66bb24477e9eff4fc3a21a.tar.gz | |
Change default pointer and marker character
* Pointer: '▌'
* Marker: '▏'
They will still be set to '>' if `--no-unicode` is given.
Reasons:
* They look okay
* They work better with multi-line items (WIP)
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 09d7e893..fabe5d2b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -438,10 +438,10 @@ Do not display scrollbar. A synonym for \fB--scrollbar=''\fB Input prompt (default: '> ') .TP .BI "--pointer=" "STR" -Pointer to the current line (default: '>') +Pointer to the current line (default: '▌' or '>' depending on \fB--no-unicode\fR) .TP .BI "--marker=" "STR" -Multi-select marker (default: '>') +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 |
