Replies: 1 comment
-
Please read through the README page and man page. https://github.com/junegunn/fzf/blob/master/man/man1/fzf.1#L508 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm making a help visualizer for nushell, but some of the commands have spaces like
ansi gradient ...
so in the help menu, they show up asansi gradient
, but then when I go to preview{1}
I only get ansi, which is bad for getting more specific information about the command. I'm curious if there's a way to disable this splitting or get the whole selection that's highlighted. Here's my command so far:see
Beta Was this translation helpful? Give feedback.
All reactions