micro-editor / micro-editor/micro

Multi cursor mode: inconsistency mouse vs keyboard

Open
#2,232 0 comments 0 reactions 0 assignees View on GitHub

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 drag the cursors are perfectly aligned at the desired column
  • Using Alt-Shift-Down the cursors are NOT aligned

micro_columnselect_inconsistency

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.