-
-
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
j+j (j + k) works not as expected in 0.1.9 #716
Comments
Yep, same issue on Windows 10. I'm sure my mac machine will be the same. |
Definitely a bug. Case insensitivity got all screwed up with the This bug happens only for angle bracket things like |
Sweet. I just realized that I can work around this using:
|
Releasing another version of the extension shortly. |
"vim.insertModeKeyBindings": [ { "before": ["j", "k"], "after": [""] } ]
j+j (j + k) works not as expected in 0.1.9, j + k could not exit insert mode actually -- unless i press . See screen recode.
What did you do?
j + k
What did you expect to happen?
Change modes
What happened instead?
jk was inserted
Technical details:
VSCode Version: 1.5.0-insider
VsCodeVim Version: 0.1.9
OS: OSX
The text was updated successfully, but these errors were encountered: