diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e5db2bd..f3a3c76 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -10,3 +10,4 @@ set -w -g window-status-bell-style fg=colour233,bg=colour124 bind c new-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" +set-option -sa terminal-overrides ",xterm*:Tc"