Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/web/src/content/docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,11 @@ export DISPLAY=:99.0
```

opencode will detect if you're using Wayland and prefer `wl-clipboard`, otherwise it will try to find clipboard tools in order of: `xclip` and `xsel`.

**For TMUX over SSH (3.3+):**

Add to your `~/.tmux.conf` or `~/.config/tmux/tmux.conf`:

```bash
set -g allow-passthrough on
```