2013-09-09 13:16:28 +02:00
|
|
|
set -g default-terminal "screen-256color"
|
2014-12-02 17:17:13 +01:00
|
|
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
2013-09-09 13:16:28 +02:00
|
|
|
|
|
|
|
source-file /usr/share/tmux/powerline.conf
|
|
|
|
|
2014-12-02 17:17:13 +01:00
|
|
|
# Set window notifications
|
|
|
|
setw -g monitor-activity on
|
|
|
|
set -g visual-activity on
|
|
|
|
|
2013-09-09 13:16:28 +02:00
|
|
|
unbind s
|
|
|
|
bind s set -g synchronize-panes
|