aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/files/tmux.conf
blob: 2816065d4c7e85856c1f24eaee335983721efdb4 (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
# /etc/tmux.conf ~~ rgoncalves.se infrastructure

# keybinds
unbind C-b
set -g prefix `
bind-key n last-window
bind-key m send-prefix
bind-key ` last-window
bind-key e send-prefix

# options
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

# statusbar
set -g status-position bottom
set -g status-bg colour255
set -g status-fg colour235

remember that computers suck.