-
-
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
INSERT MODE ctrl+d don't add Selection To Next Find Match #1535
Comments
|
The problem with implementing this is that in order to do a ctrl+d, vscode needs to select the word first. However, for us, selecting a range necessarily puts us into visual mode (I think). It's fairly trivial to enable D-d in insert mode, but that would drop you into visual mode. I'll try to find a solution, but it might be difficult. |
@binarious That's a bit different of an issue. Could you open up another issue for that? |
Ok, done: #1705 |
this solution works if you have vim installed |
The VSCodeVim team prioritizes issues based on reaction count.
What did you do?
In INSERT MODE click ctrl+d don't add Selection To Next Find Match
just like VScode default setting
What did you expect to happen?
What happened instead?
Technical details:
The text was updated successfully, but these errors were encountered: