4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

tmuxで色がおかしいとき

Last updated at Posted at 2019-02-18

以下のconfファイルを書く

vim ~/.tmux.conf
set -g default-terminal "screen-256color"
set -g terminal-overrides 'xterm:colors=256'

fishでヒアドキュメント

string trim '
set -g default-terminal "screen-256color"
set -g terminal-overrides 'xterm:colors=256'
' > ~/.tmux.conf

memo

Hyperターミナルを使っていて、Hyperターミナル側で色を付けているので、vimrc側のhybridカラーをコメントアウトするとよい

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?