Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tmux がないと、次のようになります。
しかし、tmux を使用すると、配色が次のように変更されます。
なんで?
vimが同じ配色を表示するようにtmux.confを設定するにはどうすればよいですか?
~/.bashrcにexport TERM=screen-256color or を追加してみてくださいexport TERM=xterm-256color
export TERM=screen-256color
export TERM=xterm-256color
次に、ターミナルを再起動します。