Bug? Can't not copy strings from opencode terminel. #594

Closed
opened 2026-02-16 17:27:31 -05:00 by yindo · 3 comments
Owner

Originally created by @evilpsycho42 on GitHub (Jul 10, 2025).

Originally assigned to: @adamdotdevin on GitHub.

Users can't copy text from opencode interface, Is this a bug or a feature?

Originally created by @evilpsycho42 on GitHub (Jul 10, 2025). Originally assigned to: @adamdotdevin on GitHub. Users can't copy text from opencode interface, Is this a bug or a feature?
yindo closed this issue 2026-02-16 17:27:31 -05:00
Author
Owner

@rekram1-node commented on GitHub (Jul 10, 2025):

This is expected for the time being, I know they are working on a better solution but you can copy messages using the following:

Ctrl+Up to select messages and then Leader+Y to copy a message.

@rekram1-node commented on GitHub (Jul 10, 2025): This is expected for the time being, I know they are working on a better solution but you can copy messages using the following: > Ctrl+Up to select messages and then Leader+Y to copy a message.
Author
Owner

@bendavis78 commented on GitHub (Jul 25, 2025):

Is it possible to change the maping for selecting messages?

@bendavis78 commented on GitHub (Jul 25, 2025): Is it possible to change the maping for selecting messages?
Author
Owner

@rekram1-node commented on GitHub (Jul 25, 2025):

Selecting as in copying? @bendavis78

There is a binding for it:

 "messages_copy": {
          "type": "string",
          "default": "<leader>y",
          "description": "Copy message\n\ndefault: `<leader>y`",
          "examples": [
            "<leader>y"
          ]
        },

But you can also select with your mouse now

@rekram1-node commented on GitHub (Jul 25, 2025): Selecting as in copying? @bendavis78 There is a binding for it: ```json "messages_copy": { "type": "string", "default": "<leader>y", "description": "Copy message\n\ndefault: `<leader>y`", "examples": [ "<leader>y" ] }, ``` But you can also select with your mouse now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#594