aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: a81924c309f9b8375061cd0e5aaf9bd5f650759b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
setw -g mouse on
set -g default-terminal "screen-256color"
setw -g mode-keys vi
set -g history-limit 10000
set -sg escape-time 50

set -g status-interval 30
set -g status-style "bg=black,fg=white"
setw -g window-status-current-style "fg=white,bg=blue,bright"
set -g status-position bottom

# status-right
set -g status-right-length 100
set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') "

#set -g default-terminal "tmux-256color"
#set-option -sa terminal-overrides ",xterm*:Tc"
bind-key b set-option status