Ich installierte tmux
in iTerm 2. (Build 3.0.13) Wenn ich ausführen vim
in tmux
, Syntax sieht wie folgt hervorgehoben.
Außerhalb von tmux sieht die Syntaxhervorhebung jedoch gut aus.
Mein $TERM
innerer und äußerer tmux ist xterm-256color
. Ich habe auch hinzugefügt
set -g default-terminal "screen-256color"
in .tmux.conf
und fügte dies hinzu
set t_Co=256
set t_AB=m
set t_AF=m
if &term =~ '256color'
set t_ut=
endif
in .vimrc
.
Ich habe auch versucht, tmux -2
Befehle zu erteilen und diese Fragen zu lesen.
Vim Farbschema im tmux-Modus verlieren
Falsche Farben mit vim in iTerm2 mit Solarized
Ist das ein Problem tmux
, vim
oder meine Konfiguration?
BEARBEITEN:
Mein .vimrc
in GitHub Gist
https://gist.github.com/sohnryang/3c63397f332f2e30c7d7b2a83c3c9f52
tmux -2
, aber das Problem ist das gleiche.
.vimrc
?
-2
Option:tmux -2
. Am besten, wenn es keine Sessions in tmux gibt.