diff options
| author | theimpostor <sahirhoda@gmail.com> | 2024-08-18 11:20:22 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2024-08-18 11:20:22 -0500 |
| commit | 75766eb506e684f0eb7744cbbdfbc70838ab6033 (patch) | |
| tree | 98fbdabb090ab2590e2036f23a072df293cf42be | |
| parent | 5c36fe468b582d03f53c500c52644e4deb2f32a9 (diff) | |
update readme
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -64,7 +64,9 @@ 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.2a | ✗ | ✗ | May require configuration +[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) ## Installation @@ -77,7 +79,6 @@ This will install the latest version of osc to `$GOPATH/bin`. To find out where ## TODO - [ ] [copy] check is stdin is readable -- [ ] tmux support ## For neovim |
