Display column X of input without delimiter? #4542
-
I've read that fzf delimiters somehow behave weird already, but I still can't wrap my head around it. For example in the following example I want to display only the first column in the display window:
However, the comma seperator is always displayed as well:
How can i omit it? |
Beta Was this translation helpful? Give feedback.
Answered by
junegunn
Oct 9, 2025
Replies: 1 comment 1 reply
-
Lines 122 to 136 in bf77206 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MartyMcFlyInTheSky
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{1}
. See:fzf/man/man1/fzf.1
Lines 122 to 136 in bf77206