Terminator for a couple years now, because it has native support for split windows and is otherwise pretty good.
tmux is great, but it essentially breaks multi-line text selection (you end up selecting bits of text from an adjacent pane), an update in any pane will cancel text selection in any other pane, and mouse wheel scrolling doesn't work.
Terminator solves those issues and also has great unicode/IME support -- I can type Chinese directly into the terminal.
> tmux is great, but it essentially breaks multi-line text selection (you end up selecting bits of text from an adjacent pane), an update in any pane will cancel text selection in any other pane, and mouse wheel scrolling doesn't work.
Typically you let tmux handle the text selection and clipboard management under these circumstances, which fixes all the text selection issues you mention. You can also enable scroll wheel support in tmux! Idr if it requires a plugin or something, but I have it in my config somewhere.
tmux is great, but it essentially breaks multi-line text selection (you end up selecting bits of text from an adjacent pane), an update in any pane will cancel text selection in any other pane, and mouse wheel scrolling doesn't work.
Terminator solves those issues and also has great unicode/IME support -- I can type Chinese directly into the terminal.