Update tmux Integration Best Practices authored by George Nachman's avatar George Nachman
...@@ -23,7 +23,7 @@ The `-t` argument says to use a TTY, which tmux needs to be happy. ...@@ -23,7 +23,7 @@ The `-t` argument says to use a TTY, which tmux needs to be happy.
Use [Eternal Terminal](https://eternalterminal.dev/). It tunnels ssh connections over a more reliable transport and just works. Then the command is: Use [Eternal Terminal](https://eternalterminal.dev/). It tunnels ssh connections over a more reliable transport and just works. Then the command is:
``` ```
et -c="tmux -CC new -A -s main" example.com et -c "tmux -CC new -A -s main" example.com
``` ```
## I want to use mosh ## I want to use mosh
... ...
......