Skip to content

Commit 01e4dda

Browse files
committed
docs: buffer: document kill_to_clipboard
1 parent b68d2fb commit 01e4dda

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/configuration/buffer.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,19 @@ Emacs variant has the following binds:
11991199
Global [keyboard shortcuts](/configuration/keyboard) take precedence. Unset any that collide (e.g., set `command_bar = "unset"`).
12001200
:::
12011201

1202+
### `kill_to_clipboard`
1203+
1204+
If enabled, certain key bindings move killed (deleted) text to the clipboard.
1205+
1206+
```toml
1207+
# Type: boolean
1208+
# Values: true, false
1209+
# Default: true
1210+
1211+
[buffer.text_input]
1212+
kill_to_clipboard = true
1213+
```
1214+
12021215
### `max_lines`
12031216

12041217
Maximum number of lines in a single input. If [`multiline`](https://ircv3.net/specs/extensions/multiline) is supported by the server then it will be utilized, otherwise messages will be sent individually with [`send_line_delay`](#send_line_delay) milliseconds between them.

0 commit comments

Comments
 (0)