Here is how to get colors working and allow native scrollback in terminal.app
file: .tmux.conf
Show sort hostname in tab title of tmux. Really helpful trick.
file: .bashrc
Here is how to get colors working and allow native scrollback in terminal.app
file: .tmux.conf
Show sort hostname in tab title of tmux. Really helpful trick.
file: .bashrc
2 replies on “Tmux with native scrollback”
This was helpful
You should append to the `terminal-overrides` setting, instead of overwriting it:
set -ga terminal-overrides 'xterm*:[email protected]:[email protected]'
See also http://daniel.hahler.de/properly-disable-terminal-capabilities-for-alternate-screen-in-tmux
Apart from that, I find it better to not have tmux set/overwrite the $TERM, but to massage it in my shell’s config: https://github.com/blueyed/oh-my-zsh/blob/9378846e27c41843dcca644e79160be26a4e0236/zshrc#L266-L274