diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.config/tmux/tmux.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 058d407..33bea37 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -8,8 +8,10 @@ ############################# ## set the default TERM -set -g default-terminal screen -set -as terminal-overrides ',st*:Ss@' +#set -g default-terminal screen +set -g default-terminal "screen-256color" + +# set -as terminal-overrides ',st*:Ss@' ## update the TERM variable of terminal emulator when creating a new session or attaching a existing session set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM' |
