From 618d3178033d80fbe13b70e6387c3f0673a1bf7a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 24 Jan 2023 17:40:08 +0900 Subject: Support custom separator of inline info Close #2030 Close #3084 --- man/man1/fzf.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index a2e8c41f..8329fd51 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -337,11 +337,13 @@ e.g. Determines the display style of finder info (match counters). .br -.BR default " Display on the next line to the prompt" +.BR default " Display on the next line to the prompt" .br -.BR inline " Display on the same line" +.BR inline " Display on the same line with the default separator ' < '" .br -.BR hidden " Do not display finder info" +.BR inline:SEPARATOR " Display on the same line with a non-default separator" +.br +.BR hidden " Do not display finder info" .br .TP -- cgit v1.2.3