-
-
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
v0.10.10 Crtl+d not work any more #2292
Comments
Same here! |
I don't know why Ctrl+d just change --NORMAL-- to --VISUAL-- in my editor. It seems from my assumption that this key is not referring to scrolling of page, instead it refers to multi-cursor mode. Extension (VsCodeVim) version: 0.10.10 *Solved: By disabling auto update in extensions and install vscodevim plugin manually to v0.10.9 using vsix (downgrading). |
Handler for was refactored a bit in #2269.
|
Feels like there is extra negate operator in condition in
|
This is by-design. It was to fix this issue #2162. tldr; 3 different behaviours can be controlled by
Essentially, the Apologies for not following semvar semantics, should have bumped up the minor as it sorta breaks people's settings. |
@jpoon thanks for the explainer! I don't think following semver fixes vsix autoUpdating though, so no need to apologize. VS Code needs a rethink for being able to specify versioning per extension, I think, so this wasn't really the extension's bad. Patch or minor, a note in release notes about what user's need to change to adopt would be the best route for now. Thanks again for your work! |
With |
I'm going to push an update adding this to the release notes. It includes another fix with macros + status bar, but the update is really about messaging this change with |
Not to belabor this topic but shouldn't handleKeys C-d be the default? I think this is what most vim users would expect. |
Crtl+d not work any more
The text was updated successfully, but these errors were encountered: