diff options
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,3 +40,4 @@ bind -r l run-shell 'tmux select-pane -R' # Set color mode. set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" |