mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2026-09-10 07:36:17 -04:00
Update the information in the Readme for working for tmux.
This commit is contained in:
parent
6815a09f01
commit
bde9cab3d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue