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
11 changes: 8 additions & 3 deletions docs/config/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2461,11 +2461,16 @@ the system clipboard.
The value `clipboard` will always copy text to the selection clipboard
as well as the system clipboard.

Middle-click paste will always use the selection clipboard. Middle-click
paste is always enabled even if this is `false`.

The default value is true on Linux and macOS.

Middle-click paste always uses the selection clipboard, even if `copy-on-select`
is false. On GTK, middle-click paste also requires `gtk-enable-primary-paste`
be set to true. Check its effective value with:

```
gsettings get org.gnome.desktop.interface gtk-enable-primary-paste
```

## `right-click-action`

The action to take when the user right-clicks on the terminal surface.
Expand Down