Skip to content
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

<C-o> delay with autocomplete popup #3772

Open
waterquarks opened this issue May 15, 2019 · 1 comment
Open

<C-o> delay with autocomplete popup #3772

waterquarks opened this issue May 15, 2019 · 1 comment
Labels

Comments

@waterquarks
Copy link

waterquarks commented May 15, 2019

Describe the bug
In insert mode, pressing Ctrl-O switches to normal mode for one command, then switches back to insert mode when the command is finished. However, in VSCodeVim there seems to be a delay (cooldown, maybe?) of 1 second maximum for this keymap, which occurs when having the autocompletion popup showing up, forcing the user to press the mapping repeteadly.

To Reproduce
Steps to reproduce the behavior:

  1. Type any text while in insert mode.
  2. After finishing to type, quickly use the Ctrl-O keymap.
  3. If the autocompletion suggestions display was present, it will unexpectedly not work, slowing down the general typing process.

This bug happens randomly even without the autocomplete window present, but it is more obvious with it.

Expected behavior
Have it instantly snap back to normal mode, regardless of state.

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 1.8.0
  • VSCode version: 1.33.1
  • OS: Windows 10

Additional context
Add any other context about the problem here.

@J-Fields J-Fields changed the title Ctrl-O delay with autocomplete popup <C-o> delay with autocomplete popup Oct 15, 2021
@J-Fields
Copy link
Member

Seems to work fine to me. @waterquarks can you still reproduce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants