https://github.com/onelivesleft/blockmulticursor
VSCode extension to add multicursors over current block
https://github.com/onelivesleft/blockmulticursor
Last synced: about 1 year ago
JSON representation
VSCode extension to add multicursors over current block
- Host: GitHub
- URL: https://github.com/onelivesleft/blockmulticursor
- Owner: onelivesleft
- License: mit
- Created: 2020-11-13T01:45:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T23:49:07.000Z (over 5 years ago)
- Last Synced: 2025-01-28T22:47:11.042Z (over 1 year ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BlockMultiCursor
VSCode extension for adding multiple cursors simply.
## Commands
### BlockMultiCursor: Grow Up
Repeatedly add cursors above current cursor, until start of section.
### BlockMultiCursor: Grow Down
Repeatedly add cursors below current cursor, until end of section.
### BlockMultiCursor: Grow
Repeatedly add cursors above and below current cursor, until edges of section.