⌨️

Zed Shortkeys: Selecting

Master essential VS Code keyboard shortcuts to supercharge your coding workflow and boost productivity. This deck covers navigation, selection, and multi-cursor commands to help you write code faster and more efficiently.

🔢

Go to line/column

Front

Ctrl + g

Back
☮️

Go to symbol

Front

Ctrl + Shift + o

Back
⬅️
➡️

Expand selection

Front

Alt + Shift + right

Back
➡️
⬅️

Shrink selection

Front

Alt + Shift + left

Back
🔎

Select next occurance

Front

Ctrl + Shift + down

Back
🔎

Select previous occurrence

Front

Ctrl + Shift + up

Back
🌐

Select all occurrences

Front

Ctrl + Shift + l

Back
⬆️

Add cursor above

Front

Alt + Shift + up

Back
⬇️

Add cursor below

Front

Alt + Shift + down

Back