diff options
| author | theimpostor <sahirhoda@gmail.com> | 2024-08-20 07:13:04 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2024-08-20 07:13:04 -0500 |
| commit | 4401feeeb146adcab48855f77535d2ac288a8c11 (patch) | |
| tree | e278220073fcd795efe019c6da118379460e9b22 /README.md | |
| parent | b7e4a9fc0859986f23d682c5de1e008c697708d3 (diff) | |
round out tmux support. requires tmux 3.3 or later.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ Terminal Multiplexer | Copy | Paste | Notes --- | --- | --- | --- [screen](https://www.gnu.org/software/screen/) 4.09.00 | ✓ | ✓ | [zellij](https://zellij.dev/) 0.37.2 | ✓ | [✗](https://github.com/zellij-org/zellij/issues/2647) | -[tmux](https://github.com/tmux/tmux) 3.3 | ✓ | ✓ | [`allow-passthrough` should be enabled](https://github.com/tmux/tmux/wiki/FAQ#what-is-the-passthrough-escape-sequence-and-how-do-i-use-it) +[tmux](https://github.com/tmux/tmux) 3.3 | ✓ | ✓ | [`allow-passthrough`](https://github.com/tmux/tmux/wiki/FAQ#what-is-the-passthrough-escape-sequence-and-how-do-i-use-it) (for copy) and `set-clipboard` (for paste) should be enabled ## Installation |
