github / github/copilot-cli

left/right arrow keyboard buffer

Open
#4,274 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:input-keyboard
Dominant language
Shell
Stars
11.2k
Forks
1.9k
Avg merge
14h 16m
Merged PRs (30d)
6

Description

Describe the feature or problem you'd like to solve

When moving the cursor in a prompt or on the other part of a multiple choice, the cursor doesn't stop when the finger is raised from the left/right key but the keeps going until the keyboard buffer is completely flushed.

Proposed solution

stop the editor cursor movement (ignore the rest of the buffer) when the user raises his finger from the key

Example prompts or workflows

No response

Additional context

No response

Contributor guide

Open the contributing guide

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 locating the prompt editor and the multiple-choice “other” input handling, then trace how left/right key events are buffered. Done means cursor movement stops when the key is released and any remaining buffered movement is ignored; verify this in both workflows described.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.