select_lines
Select lines in Sublime Text by specifying a start line and an optional end line (1-based inclusive). If no end is given, selects a single line.
Instructions
Select lines begin through end (1-based, inclusive). end defaults to begin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| begin | Yes | ||
| end | No |