mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
...
This commit is contained in:
@@ -241,14 +241,15 @@ First, terminal multiplexers are `a bad idea
|
|||||||
<https://github.com/kovidgoyal/kitty/issues/391#issuecomment-638320745>`_, do
|
<https://github.com/kovidgoyal/kitty/issues/391#issuecomment-638320745>`_, do
|
||||||
not use them, if at all possible. kitty contains features that do all of what
|
not use them, if at all possible. kitty contains features that do all of what
|
||||||
tmux does, but better, with the exception of remote persistence (:iss:`391`).
|
tmux does, but better, with the exception of remote persistence (:iss:`391`).
|
||||||
|
If you still want to use tmux, read on.
|
||||||
|
|
||||||
Image display will not work, see `tmux issue
|
Image display will not work, see `tmux issue
|
||||||
<https://github.com/tmux/tmux/issues/1391>`_.
|
<https://github.com/tmux/tmux/issues/1391>`_.
|
||||||
|
|
||||||
If you are using tmux with multiple terminals or you start it under one
|
If you are using tmux with multiple terminals or you start it under one
|
||||||
terminal and then switch to another and these terminals have different
|
terminal and then switch to another and these terminals have different TERM
|
||||||
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 terminals.
|
support multiple terminfo definitions.
|
||||||
|
|
||||||
Copying to clipboard via OSC 52 will not work, because tmux does not support
|
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
|
the extended version of that protocol, you will need to add ``no-append`` to
|
||||||
|
|||||||
Reference in New Issue
Block a user