config_files/tmux/.tmux.conf

12 lines
278 B
Plaintext
Raw Normal View History

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
2019-03-28 15:29:27 +01:00
source-file /usr/share/powerline/bindings/tmux/powerline.conf
2013-09-09 13:16:28 +02:00
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