Changes
Page history
Update tmux Integration Best Practices
authored
Mar 11, 2020
by
George Nachman
Show whitespace changes
Inline
Side-by-side
tmux-Integration-Best-Practices.md
View page @
773ea331
...
...
@@ -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:
```
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
...
...
...
...