aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
blob: c66309a5338a0441906ea426ee152e40a65e1435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
run-shell "powerline-daemon -q"
source "/usr/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf"

#setw -g utf8 on
setw -g xterm-keys on
set -g default-terminal "screen-256color"

set-option -g set-titles on
set-option -g set-titles-string '[#S:#I #H] #W'

# auto-set window title
setw -g automatic-rename
setw -g aggressive-resize on


set -g history-limit 10000