micro-editor / micro-editor/micro
Multi cursor mode: inconsistency mouse vs keyboard
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29.6k
- Forks
- 1.4k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 10
Description
Description of the problem or steps to reproduce
Trying to replicate the "column selection mode" or "rectangular selection mode" like in some other GUI editors (VSCode with Ctrl-Shift-Up/Down or IntelliJ with Alt-Shift-Ins)
The multi cursor Up/Down behavior in micro is inconsistent.
- Using
Ctrl-Mouse dragthe cursors are perfectly aligned at the desired column - Using
Alt-Shift-Downthe cursors are NOT aligned

Specifications
micro -version
Version: 2.0.10
Commit hash: b976385
Compiled on August 07, 2021
OS: Ubuntu 20.04.3
Terminal: tmux 3.0a
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the difference between Ctrl-mouse drag and Alt-Shift-Down in micro 2.0.10 on the described terminal setup, then trace the multi-cursor mouse and keyboard selection entry points. Done means both paths place cursors at the same column, with regression coverage for the reported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100