Replies: 1 comment 1 reply
-
You could define the action yourself as ...
actions = {
["ctrl-y"] = {
fn = function(selected)
vim.fn.setreg("*", selected[1])
end,
desc = ...,
}, where |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there an existing Action to copy the filename and path of a result to the clipboard, rather than opening it?
Beta Was this translation helpful? Give feedback.
All reactions