Skip to content
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

Default to vim behaviour for Ctrl+D #2314

Merged
merged 1 commit into from
Jan 23, 2018
Merged

Default to vim behaviour for Ctrl+D #2314

merged 1 commit into from
Jan 23, 2018

Conversation

Graham42
Copy link
Contributor

What this PR does / why we need it:
Users installing a vim plugin will probably expect Ctrl+D to work like
vim. So this changes the default settings to do that.

Which issue(s) this PR fixes
Fixes #2312

Special notes for your reviewer:
I tried adding tests, but then realized that Ctrl+D / Cmd+D doesn't actually work as per #1348 and I've been using the workaround posted there.

Users installing a vim plugin will probably expect Ctrl+D to work like
vim.

This overrides the default behaviour in VS Code where Ctrl+D is a
shortcut to "Add Selection to Next Find Match".
@jpoon jpoon merged commit 6f1e6a4 into VSCodeVim:master Jan 23, 2018
@intijk
Copy link

intijk commented Jan 23, 2018

@jpoon Thank you for your hard work 👍

Could you trigger a release?

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extension.vim_ctrl+d changed?
3 participants