tmux 起動でvimなどがおかしくなった時の対処法
ホームディレクトリ直下に.tmux.conf
を配置し以下を記述します。
# 256色対応端末 set-option -g default-terminal "screen-256color" # key bind set-window-option -g mode-keys vi # ステータスバー set -g status-fg cyan set -g status-bg black
ホームディレクトリ直下に.tmux.conf
を配置し以下を記述します。
# 256色対応端末 set-option -g default-terminal "screen-256color" # key bind set-window-option -g mode-keys vi # ステータスバー set -g status-fg cyan set -g status-bg black