-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Lag for key mapping for move up one line #6743
Comments
Having a similar issue with one of my re-mappings after a recent update. In normal mode there is now a lag which didn't happen before.
|
Setting that to 0 breaks a number of other commands as far as I can tell. |
Is there any github issue about it ? |
I'm not sure if that is necessarily a bug so there may be no issue for that one; it appears any remap that uses more that one character seems to not work with a 0 timeout value. Either way, I believe this issue relates to a breaking change that occurred after the 1.21.0 release. 1.20.3 didn't have this issue. The timeout setting existed during the 1.21.0 release when this wasn't an issue so I don't believe that to be the underlying cause. |
see #6812 |
Can this issue get labeled as a bug? |
Describe the bug
When
c
is mapped tok
(move up one line) in Normal mode, pressingc
has significant lag.To Reproduce
settings.json
includes the setting:"vim.vimrc.enable": true
.vimrc
includes the mapping:noremap c k
(c
key moves up one line)c c c
. There is lag.Expected behavior
There should be no lag.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: