mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-10 14:52:10 -05:00
Multiple multi-cursor selection with CMD + Center click drag #187
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aith85 on GitHub.
Like Sublime Text, it would be nice to select multiple areas with multi-cursor using the center mouse button click and drag.
On VSCode, you can select one are with multi-cursor with CMD + Center mouse click and drag, with all lines starting from the same column. But if you try to select another area with the same method, you loose the previous one. Sublime Text allow to select multi-cursor areas in different position by keeping CTRL pressed and do multiple center mouse click and drag.
Steps to reproduce the behavior:
Expected behavior
Keep previous selection and be able to select multiple areas with multi-cursor.
Screenshots
https://drive.google.com/file/d/1RPP534JamuU2-qWJ_Hxymveoy_LWWbaz/view?usp=drive_link
Desktop (please complete the following information):