-
Notifications
You must be signed in to change notification settings - Fork 3
/
.tmux.conf
62 lines (51 loc) · 1.64 KB
/
.tmux.conf
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
set -g default-terminal "screen-256color"
set-option -g default-shell /bin/zsh
set-option -g status on
set-option -g status-interval 2
set-option -g status-utf8 on
# interface
#------------
# pane
#------------
#set -g mouse-select-pane on
#set -g pane-border-fg black
#set -g pane-active-border-fg blue
#------------
# tabs
#------------
setw -g window-status-format "#[fg=white] #I #W "
setw -g window-status-current-format "#[fg=white] *#I [#W] "
setw -g window-status-content-attr bold,blink,reverse
#------------
# status bar
#------------
set-option -g status-position top
set -g status-left ''
set -g status-right-length 60
set -g status-right '%m-%d %H:%M'
#### COLOUR (Solarized dark)
# default statusbar colors
set -g status-fg '#aaaaaa'
set -g status-bg '#585858'
# set-option -g status-bg black #base02
# set-option -g status-fg yellow #yellow
set-option -g status-attr default
# default window title colors
set-window-option -g window-status-fg brightblue #base0
set-window-option -g window-status-bg default
#set-window-option -g window-status-attr dim
# active window title colors
set-window-option -g window-status-current-fg brightred #orange
set-window-option -g window-status-current-bg default
#set-window-option -g window-status-current-attr bright
# pane border
set-option -g pane-border-fg black #base02
set-option -g pane-active-border-fg brightgreen #base01
# message text
set-option -g message-bg black #base02
set-option -g message-fg brightred #orange
# pane number display
set-option -g display-panes-active-colour blue #blue
set-option -g display-panes-colour brightred #orange
# clock
set-window-option -g clock-mode-colour green #green