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
Describe the bug All mappings in Visual mode do not work when you just enter Visual mode by pressing v.
To Reproduce Steps to reproduce the behavior:
settings.json
{"before" : ["H"], "after" : ["^"]}, {"before" : ["L"], "after" : ["$", "h"]}, {"before" : [";"], "after" : [":"]},
v
H
L
;
the mappings above will work by the following steps:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
This can be fixed by set vim.timeout to 200
vim.timeout
@j0s @sexling
Sorry, something went wrong.
No branches or pull requests
Describe the bug
All mappings in Visual mode do not work when you just enter Visual mode by pressing v.
To Reproduce
Steps to reproduce the behavior:
settings.json
:v
andH
orL
or;
the mappings above will work by the following steps:
v
and press some movement keys(arrow keys, h, j, k, w, e, etc.) and then pressH
orL
or;
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: