VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.83k stars 1.31k forks source link

Rendering error occur when vim is waiting for subsequent shortcuts in insert mode #9117

Open Liu-Xiangzhi opened 3 months ago

Liu-Xiangzhi commented 3 months ago

Bug description I remapped <Space><Space> to <Esc> in insert mode. I want to input a space character if the space key is hit once and switch to normal mode if the space key is hit twice rapidly. But when the space key is hit once, the characters are "shifted down". Peek 2024-07-05 13-13

To Reproduce Steps to reproduce the behavior:

  1. remap <Space><Space> to <Esc> in insert mode
  2. switch to insert mode
  3. hit space key once
  4. See error

Environment: