diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 8e9593c..07ffbfb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,11 @@ set -g default-terminal "screen-256color" +set -g terminal-overrides 'xterm*:smcup@:rmcup@' source-file /usr/share/tmux/powerline.conf +# Set window notifications +setw -g monitor-activity on +set -g visual-activity on + unbind s bind s set -g synchronize-panes