-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
"cancel" action that is distinct from "hide" #215
Comments
It seems builtin |
with While using hrsh7th/nvim-cmp, I had separate triggers for |
I realized something related to this. There's some feature/overlap with "abort" and how selection cycling could be handled. With the default cycle config In hrsh7th/nvim-cmp, my config was set up so that wrapping around the list reverted you back to the state you were in pre-selection, but without hiding the popup menu. Note that what I type in this video is tab.cycling.webmMaybe it's worth filing a separate request for different cycle handling, but in either case, either of these features would solve the issue of getting stuck in the selection menu. |
This might make more sense visually: https://youtu.be/AaoAj_5geOw
With
auto_insert
enabled, if I tab through a selection the text will be inserted automatically into the buffer, and if I hide the selection the text remains.That seems right to me, but I'd also like an action which cancels the selection and removes the automatically inserted text.
This is especially desirable for multiline snippets.
config
The text was updated successfully, but these errors were encountered: