Skip to content

Title instead of prompt for ui_select #1471

Answered by ibhagwan
xyven1 asked this question in Q&A
Discussion options

You must be logged in to vote

You’re correct, it’s currently not possible, the prompt is dynamic and is set per call:

local prompt = ui_opts.prompt or "Select one of:"
opts.fzf_opts["--prompt"] = prompt:gsub(":%s?$", "> ")

Will probably require an setting, I’ll think about the best way to add this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by xyven1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants