[PR #4793] feat: add tui.copy_on_select setting to allow disabling copy-on-select behaviour (resolves #4751, resolves #2845) #11116

Closed
opened 2026-02-16 18:15:54 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4793

State: closed
Merged: No


Resolves #4751, resolves #2845.

I saw this issue and decided that I'd take a stab at resolving it. This PR adds a tui.copy_on_select setting allowing the copy-on-select behaviour to be disabled if desired. Valid values for this setting are true and false.

Enable it in opencode.jsonc as follows:

"tui": {
  "copy_on_select": false
},
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4793 **State:** closed **Merged:** No --- Resolves #4751, resolves #2845. I saw this issue and decided that I'd take a stab at resolving it. This PR adds a `tui.copy_on_select` setting allowing the copy-on-select behaviour to be disabled if desired. Valid values for this setting are `true` and `false`. Enable it in `opencode.jsonc` as follows: ``` "tui": { "copy_on_select": false }, ```
yindo added the pull-request label 2026-02-16 18:15:54 -05:00
yindo closed this issue 2026-02-16 18:15:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11116