From 5b204c54f9d16accdf66bb24477e9eff4fc3a21a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 19 May 2024 11:26:32 +0900 Subject: Change default pointer and marker character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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) --- man/man1/fzf.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') 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 -- cgit v1.2.3