mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Remove mentions of no-append
This commit is contained in:
@@ -304,10 +304,6 @@ terminal and then switch to another and these terminals have different TERM
|
|||||||
variables, tmux will break. You will need to restart it as tmux does not
|
variables, tmux will break. You will need to restart it as tmux does not
|
||||||
support multiple terminfo definitions.
|
support multiple terminfo definitions.
|
||||||
|
|
||||||
Copying to clipboard via OSC 52 will not work, because tmux does not support
|
|
||||||
the extended version of that protocol, you will need to add ``no-append`` to
|
|
||||||
:opt:`clipboard_control` in kitty.conf.
|
|
||||||
|
|
||||||
If you use any of the advanced features that kitty has innovated, such as
|
If you use any of the advanced features that kitty has innovated, such as
|
||||||
styled underlines, desktop notifications, extended keyboard support, etc.
|
styled underlines, desktop notifications, extended keyboard support, etc.
|
||||||
they may or may not work, depending on the whims of tmux's maintainer, your
|
they may or may not work, depending on the whims of tmux's maintainer, your
|
||||||
|
|||||||
@@ -2508,12 +2508,10 @@ opt('clipboard_control', 'write-clipboard write-primary',
|
|||||||
long_text='''
|
long_text='''
|
||||||
Allow programs running in kitty to read and write from the clipboard. You can
|
Allow programs running in kitty to read and write from the clipboard. You can
|
||||||
control exactly which actions are allowed. The set of possible actions is:
|
control exactly which actions are allowed. The set of possible actions is:
|
||||||
write-clipboard read-clipboard write-primary read-primary. You can additionally
|
write-clipboard read-clipboard write-primary read-primary. The default is to
|
||||||
specify no-append to disable kitty's protocol extension for clipboard
|
allow writing to the clipboard and primary selection. Note that enabling the
|
||||||
concatenation. The default is to allow writing to the clipboard and primary
|
read functionality is a security risk as it means that any program, even one
|
||||||
selection with concatenation enabled. Note that enabling the read functionality
|
running on a remote server via SSH can read your clipboard.
|
||||||
is a security risk as it means that any program, even one running on a remote
|
|
||||||
server via SSH can read your clipboard.
|
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user