We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue to trace the feature request discussed in #4986
Is your feature request related to a problem? Please describe.
There is no programmatically way to cancel a cursors/range session.
Describe the solution you'd like
Support for the following would be perfect
:call CocAction('runCommand', 'editor.action.cancelRanges')
Describe alternatives you've considered
I know feedkeys() could be used, but I'd rather avoid feeding <esc> if I could.
feedkeys()
<esc>
Additional context
My main use case would be to replace an internal the dependence in my plugins to implement named-placeholders. See the discussion in #4986
The text was updated successfully, but these errors were encountered:
fannheyward
No branches or pull requests
Issue to trace the feature request discussed in #4986
Is your feature request related to a problem? Please describe.
There is no programmatically way to cancel a cursors/range session.
Describe the solution you'd like
Support for the following would be perfect
Describe alternatives you've considered
I know
feedkeys()
could be used, but I'd rather avoid feeding<esc>
if I could.Additional context
My main use case would be to replace an internal the dependence in my plugins to implement named-placeholders. See the discussion in #4986
The text was updated successfully, but these errors were encountered: