diff --git a/tag-tmux/tmux.conf b/tag-tmux/tmux.conf index 30a126b..3fb6adb 100644 --- a/tag-tmux/tmux.conf +++ b/tag-tmux/tmux.conf @@ -10,6 +10,7 @@ bind-key -n C-l select-pane -R set-option -g status-keys "emacs" set-option -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",*256col*:Tc" bind-key - split-window -v -c '#{pane_current_path}' bind-key \\ split-window -h -c '#{pane_current_path}'