diff --git a/bash_environment b/bash_environment index 795abe5..c87928e 100644 --- a/bash_environment +++ b/bash_environment @@ -1,5 +1,5 @@ # term -export TERM="xterm-256color" +export TERM="screen-256color" # locale export LC_ALL=en_US.UTF-8 diff --git a/tmux.conf b/tmux.conf index 4e1b85a..41865d0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -67,7 +67,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -i -selectio bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -i -selection clipboard' # Look good -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" # Start window index of 1 instead of 0 set -g base-index 1