Posts tagged #tmux
-
`E[2 q`: when tmux quoting silently eats your ESC byte
Random characters dribbling into your terminal? It's an escape sequence that lost its ESC byte upstream. In tmux, this often comes from how `\E` is quoted in `terminal-overrides`.
-
tmux + SSH: work survives dropped connections
Configure tmux to auto-spawn sessions on SSH login and tune terminal defaults so your terminal state persists across any network interruption — airport, flight, hotel WiFi, whatever.