You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/buffer.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1199,6 +1199,19 @@ Emacs variant has the following binds:
1199
1199
Global [keyboard shortcuts](/configuration/keyboard) take precedence. Unset any that collide (e.g., set `command_bar = "unset"`).
1200
1200
:::
1201
1201
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
+
1202
1215
### `max_lines`
1203
1216
1204
1217
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