-
This is the only plugin that I know of that seems to use select mode. When you use a insert node with a placeholder it moves the cursor to the placeholder and selects it in select mode. I was hoping to do something in my config while entering select mode from a lua function but cannot find much documentation on how to do so. |
Beta Was this translation helpful? Give feedback.
Answered by
L3MON4D3
May 20, 2023
Replies: 1 comment 1 reply
-
Unfortunately there's no pure lua-way to achieve this, we resort to feedkeys, you can find the implementation here |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
morfert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately there's no pure lua-way to achieve this, we resort to feedkeys, you can find the implementation here