[mini.visits] Is there a way to modify prompt for vim.ui.select in mini.visits? #1503
-
Contributing guidelines
Module(s)mini.visits QuestionI can not find in docs, is there a way to set prompt? I find mini.visits very flexible for creation of custom mappings, but i think it is useful to modify vim.ui.select prompt. If this feature is not there, maybe add new parameter in function/field in opts for MiniVisits.select_path/select_label commands? |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Jan 21, 2025
Replies: 1 comment 6 replies
-
Do you mean something instead of "Visited paths" and "Visited labels"? If yes, what would you like to change it to? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After thinking about it, I indeed feel that writing own
vim.ui.select
is a good compromise for this kind of flexibility. I plan to make some changes which would make it easier to copy most part ofselect_{path,label}
, though.