Iterm2’s remote tmux integration is a killer feature for me. Gives you a native, normal “windows and tabs” kind of feel, but for a remote connection. You can also disconnect/reconnect without losing your windows and tabs.
You don’t need to know any tmux to use it either (except for how to launch the right mode, which is easy to script).
If you spend a lot of time SSHed to other computers, I would highly recommend trying it out.
>> Iterm2’s remote tmux integration is a killer feature
But then i need to give up nested tmux on remotes https://github.com/craigjperry2/dotfiles/blob/main/dotfiles/... - it's super convenient to have tmux nested remotely for organising work and locally for broadcasting or just convenient context switching. Even when i was an iTerm2 user, i felt vanilla tmux was just way more comfortable (copy paste buffer for example)
iTerm has input broadcasting built-in (Cmd-Opt-I for "on", add Shift for "off"), and don't even get me started on the copy-paste: iTerm can copy multiple lines off your left pane without adding the contents of your right pane to the buffer. You can also have your left pane at 44 font size and your right pane at 8.
You don’t need to know any tmux to use it either (except for how to launch the right mode, which is easy to script).
If you spend a lot of time SSHed to other computers, I would highly recommend trying it out.