From 2a60edcd52df0c913ea8a93efec4027b9a758a5b Mon Sep 17 00:00:00 2001 From: Hiroki Konishi Date: Mon, 17 Feb 2020 10:19:03 +0900 Subject: Make pointer and multi-select marker customizable (#1844) Add --pointer and --marker option which can provide additional context to the user --- man/man1/fzf.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index d6fe163d..b7060af9 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -231,6 +231,12 @@ A synonym for \fB--info=hidden\fB .BI "--prompt=" "STR" Input prompt (default: '> ') .TP +.BI "--pointer=" "STR" +Pointer to the current line (default: '>') +.TP +.BI "--marker=" "STR" +Multi-select marker (default: '>') +.TP .BI "--header=" "STR" The given string will be printed as the sticky header. The lines are displayed in the given order from top to bottom regardless of \fB--layout\fR option, and -- cgit v1.2.3