config_files/tmux/.tmux.conf
2019-03-28 15:29:27 +01:00

11 lines
278 B
Bash

set -g default-terminal "screen-256color"
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
source-file /usr/share/powerline/bindings/tmux/powerline.conf
# Set window notifications
setw -g monitor-activity on
set -g visual-activity on
unbind s
bind s set -g synchronize-panes