[GH-ISSUE #12] [Feature] Support multiple cursors #12

Open
opened 2026-03-03 16:43:09 +03:00 by kerem · 1 comment
Owner

Originally created by @nickustinov on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/12

Cmd+Click - place an additional cursor anywhere. Now you have two (or more) cursors and typing happens at all of them simultaneously.

Cmd+D (?) - select the current word, press again to select the next occurrence of that same word. Each gets its own cursor.

Cmd+Shift+L - take a multi-line selection and split it into one cursor per line.

Opt+Shift+Up/Down (VS Code) or Ctrl+Shift+Up/Down (Sublime) - add a cursor on the line above/below.

Originally created by @nickustinov on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/12 Cmd+Click - place an additional cursor anywhere. Now you have two (or more) cursors and typing happens at all of them simultaneously. Cmd+D (?) - select the current word, press again to select the next occurrence of that same word. Each gets its own cursor. Cmd+Shift+L - take a multi-line selection and split it into one cursor per line. Opt+Shift+Up/Down (VS Code) or Ctrl+Shift+Up/Down (Sublime) - add a cursor on the line above/below.
Author
Owner

@AB-boi commented on GitHub (Feb 24, 2026):

Oh! This is very useful. I'm interested!

I feel most apps (VS Code, Obsidian, Zed) use Option + Click for multi-cursor placement and hence that would be a better default.
Also, right now links (if Clickable Links is enabled) are directly clickable. I think a better, best of both worlds implementation would be to let links be un-clickable and editable by default. In order to click a link, make the user Cmd + Click (another common default) to go to it.

Also, what does Opt + Click and Drag do right now? Have you configured it to do something specific @nickustinov ?

<!-- gh-comment-id:3954384662 --> @AB-boi commented on GitHub (Feb 24, 2026): Oh! This is very useful. I'm interested! I feel most apps (VS Code, Obsidian, Zed) use `Option + Click` for multi-cursor placement and hence that would be a better default. Also, right now links (if _Clickable Links_ is enabled) are directly clickable. I think a better, best of both worlds implementation would be to let links be un-clickable and editable by default. In order to click a link, make the user `Cmd + Click` (another common default) to go to it. Also, what does `Opt + Click and Drag` do right now? Have you configured it to do something specific @nickustinov ?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/itsypad-macos#12
No description provided.