For me personally tmux giver minor improvements (some of them are done by some terminals, some are not), e.g.:
* Text selection using variuos shortcuts (usually I use it only for URL):
https://github.com/tmux-plugins/tmux-copycat
* FZF autocompletion from output, e.g. in case I want to diff some file I see changed in `git status`:
I can highly recommend these tmux plugins that enhance the selection experience:
- https://github.com/tmux-plugins/tmux-yank
I use tmux copycat paired with yank, which makes reverse searching and copy paste much easier.
https://github.com/tmux-plugins/tmux-copycat
The other change is to use vi keys for highlight mode:
# set highlight mode keys
setw -g mode-keys vi
bind Escape copy-mode