Skip to content

feat: textarea selection - #3507

Open
andrinoff wants to merge 2 commits into
mainfrom
wip/textarea-select
Open

feat: textarea selection#3507
andrinoff wants to merge 2 commits into
mainfrom
wip/textarea-select

Conversation

@andrinoff

@andrinoff andrinoff commented Aug 4, 2026

Copy link
Copy Markdown
Member

What?

The editor now supports text selection. You can highlight text with shift+arrow keys, select all with ctrl+a, or click and drag with the mouse. Selected text is highlighted using the current theme's accent color. Typing or pasting while text is selected replaces it. Press ctrl+shift+c to copy the selection to your clipboard, with a confirmation toast.

Why?

Previously there was no way to select, copy, or replace text in the prompt editor. Editing existing input meant deleting character by character and retyping. Copying required selecting text outside the app.

Fixes CRUSHGH-1113

Requires charmbracelet/bubbles#1029 to be merged.

Signed-off-by: drew <me@andrinoff.com>
@andrinoff andrinoff changed the title WIP: textarea selection feat: textarea selection Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant