A look at terminal emulators, part 1
A look at terminal emulators, part 1
Posted Apr 5, 2018 19:34 UTC (Thu) by MatyasSelmeci (guest, #86151)Parent article: A look at terminal emulators, part 1
I know it's out of scope for your article, but the best terminal emulator I've found is iTerm2, which is only available on macOS (which I find a little sad). My favorite feature of it is tmux integration, where if you start up tmux in control mode (`tmux -CC'), then tmux manages the underlying terminal so it can resume after a disconnect, but iTerm2 makes it look and feel like a native window, so scrollback, search, and copy/paste work as usual. To my knowledge, iTerm2 is the only terminal that supports that.