aboutsummaryrefslogtreecommitdiffstats
path: root/roles/setup_utils/files/tmux.conf
blob: 961a8554666360a9e94a8e5ad16e46a00a9d5da1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
unbind C-b
set -g prefix `


set -sg escape-time 0
set -g mouse off
set -g default-terminal "screen-256color" 
set -g status-right-length 50
set -g status-left-length 20
set-option -g history-limit 5000
setw -g mode-keys vi


set -g status-position bottom
set -g status-bg colour214
set -g status-fg colour232
set -g status-right '#[fg=colour232,bg=colour214,bold] %d/%m #[fg=colour232,bg=colour214,bold] %H:%M:%S '
setw -g window-status-current-format '#[fg=colour214,bg=colour255]:#I:#W#[fg=colour50]#F '
setw -g window-status-format ' #I#[fg=colour232]:#[fg=colour255]#W#[fg=colour232]#F '


bind-key n last-window
bind-key m send-prefix
bind-key ` last-window
bind-key e send-prefix

remember that computers suck.