diff --git a/config/.tmux.conf b/config/.tmux.conf index ba305c3..8987813 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -1,3 +1,6 @@ +set -g default-terminal "xterm-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" + bind h select-pane -L bind j select-pane -D bind k select-pane -U