tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.76k stars 91 forks source link

True color support #34

Open evantravers opened 8 years ago

evantravers commented 8 years ago

The only way I have been able to enable true color support in tmux is to do the trick listed here: https://github.com/tmux/tmux/issues/34#issuecomment-241527745

Is there any way to wisely overwrite this?

hholst80 commented 5 years ago

You don't need that. You only need screen-256color. It works with both vim and neovim and termguicolors.

In fact that breaks highlight search in less so you do not even want that.