Move
Move the cursor to locations unreachable by VS Code's built-in commands.
Available commandsMove
Duplications!
Some of these commands already exist as built-in VS Code commands. They're included in CursorPlus to provide a complete set of commands in one place.
| Name | id | description |
|---|---|---|
| Line Start | Move the cursor to the first character | |
| Up Line Start | └─ of the previous line | |
| Down Line Start | └─ of the next line | |
| Text Start | Move the cursor to the first non-whitespace character | |
| Up Text Start | └─ of the previous line | |
| Down Text Start | └─ of the next line | |
| Text End | Move the cursor to the last non-whitespace character | |
| Up Text End | └─ of the previous line | |
| Down Text End | └─ of the next line | |
| Line End | Move the cursor to the last character | |
| Up Line End | └─ of the previous line | |
| Down Line End | └─ of the next line | |
| Wrapper | Pick a move command to run. |
Wrapper command?
Learn more in the Wrapper command documentation.
ArgsMove
This command takes no arguments.