mirror of
https://github.com/nickustinov/itsypad-macos.git
synced 2026-04-25 20:05:54 +03:00
[GH-ISSUE #12] [Feature] Support multiple cursors #12
Labels
No labels
bug
documentation
enhancement
help wanted
localization
pending release
pull-request
question
wip
wishlist
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsypad-macos#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @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.
@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 + Clickfor 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 Dragdo right now? Have you configured it to do something specific @nickustinov ?