microsoft / vscode-vs-keybindings

Visual Studio Keymap for Visual Studio Code
MIT License
55 stars 40 forks source link

Update selection bindings (Ctrl+W & Shift+Alt+.) #22

Closed connorads closed 5 years ago

connorads commented 5 years ago

Change "Ctrl+W" binding to "Expand Selection"

This is to match Visual Studio keyboard shortcut for "Edit.SelectCurrentWord"

image

Set "Shift+Alt+." to "Add Selection To Next Find Match"

This is to match Visual Studio keyboard shortcut for "Edit.InsertNextMatchingCaret"

image

connorads commented 5 years ago

I noticed that the default key bindings for editor.action.addSelectionToNextFindMatch and editor.action.smartSelect.expand had values for when that are missing here so I added them.

image

image