This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Adding keybindings + actions to vim.select
results
#166
Unanswered
pidgeon777
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I want to achieve, is to configure a
vim.select
window adding actions triggered by mappings to it, so it is possible to perform operations on the selected item.For example, once a
vim.select
item is selected:<C-d>
it will delete the item<C-r>
it will rename the item<C-o>
it will create a new file on a predefined path assigning the selected item name to itI know that in
telescope.nvim
it is possible to do so, to define combo of actions that can be triggered by mappings.Is there a way to achieve the same with
dressing.nvim
?Beta Was this translation helpful? Give feedback.
All reactions