Update the information in the Readme for working for tmux.

This commit is contained in:
Lifepillar 2023-08-13 11:40:20 +02:00
parent 6815a09f01
commit bde9cab3d9

View file

@ -196,10 +196,14 @@ It may also be necessary to add the following to your `tmux.conf`:
# Add truecolor support
set-option -ga terminal-overrides ",xterm-256color:Tc"
# Default terminal is 256 colors
set -g default-terminal "screen-256color"
set -g default-terminal "tmux-256color"
```
See the discussion [here](https://github.com/lifepillar/vim-solarized8/issues/4#issuecomment-985416964) for context.
See also these threads:
- [Colors are off when running Vim via SSH inside tmux](https://github.com/lifepillar/vim-solarized8/issues/4#issuecomment-985416964)
- [Comments look weird in tmux](https://github.com/lifepillar/vim-solarized8/issues/109)
## Hacking