summaryrefslogtreecommitdiffstats
path: root/tmux/config
blob: 914ac3641223a5409e9124cdacce38df1a9bf1d3 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# vim: ft=tmux

# Styles
setw -g mode-attr bright
setw -g mode-bg default
setw -g mode-fg yellow

setw -g window-status-attr dim
setw -g window-status-bg default
setw -g window-status-fg default

setw -g window-status-current-attr dim
setw -g window-status-current-bg default
setw -g window-status-current-fg yellow

set -g message-attr bright
set -g message-bg default
set -g message-fg red

set -g status-attr bright
set -g status-bg black
set -g status-fg default

set -g pane-active-border-fg default
set -g pane-active-border-bg black

# Options
set -g bell-action any
set -g history-limit 50000
set -g status on
#set -g status-keys vi
set -g status-utf8 on
set -g set-titles on

set -g default-terminal "screen-256color"
set -g set-titles-string "tmux:#I [ #W ]"
set -g base-index 1

setw -g utf8 on
setw -g automatic-rename on
setw -g clock-mode-style 24

bind r source-file ~/.config/tmux/config