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

Shortcut to add multiple cursors to selection while in find input #105199

Closed
jpfreire opened this issue Aug 21, 2020 · 5 comments
Closed

Shortcut to add multiple cursors to selection while in find input #105199

jpfreire opened this issue Aug 21, 2020 · 5 comments
Assignees
Labels
editor-find Editor find operations feature-request Request for new features or functionality

Comments

@jpfreire
Copy link

I expected that while finding for text cmd+d would add cursors to next occurrence in the editor. The keybinding didn't work.

{
  "key": "cmd+d",
  "command": "editor.action.addSelectionToNextFindMatch",
  "when": "findInputFocussed"
}

image

Version: 1.48.1
Commit: 3dd905126b34dcd4de81fa624eb3a8cbe7485f13
Date: 2020-08-19T17:09:41.484Z
Electron: 7.3.2
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0
@vscodebot
Copy link

vscodebot bot commented Aug 21, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@jpfreire
Copy link
Author

I think it's a different case. That issue does not refer to when cursor is in find text input

@rebornix rebornix added feature-request Request for new features or functionality editor-find Editor find operations labels Aug 31, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-find Editor find operations feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants
@jpfreire @rebornix and others