How to change default click behaviour mapping for previewer? #3638
Unanswered
ankushbhagats
asked this question in
Q&A
Replies: 1 comment
-
|
Use the picker's attach_mappings = function(_, map)
map({'i','n'}, '<LeftMouse>', function(prompt_bufnr)
-- your custom preview-click behavior here
end)
return true
end |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to set custom mapping when I click on a preview window, how can I do that ?
Beta Was this translation helpful? Give feedback.
All reactions