How can I bind a shortcut to trigger an custom function aginst the element under cursor? #1380
Unanswered
LintaoAmons
asked this question in
Q&A
Replies: 1 comment
-
You’d have to write a custom action with code that uses the contents of the selected item , it’s up to you how to get it, if it’s an existing buffer you can use |
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 have a short cut to open the
buffer
element under cursor in a popup window.So wondering how could I do it~
I saw there are actions can be trigger by shortcuts, but besides those predefined actions, how can I trigger a customised function with the context of selected item.
Beta Was this translation helpful? Give feedback.
All reactions