]> git.friedersdorff.com Git - max/dotfiles.git/blob - tmux/.tmux.conf
Simple tmux config
[max/dotfiles.git] / tmux / .tmux.conf
1 set -g history-limit 10000
2
3 set -g utf8 on 
4 set-window-option -g utf8 on
5
6 set -g default-command /bin/bash
7
8 unbind C-b 
9 set -g prefix C-a 
10 bind C-a send-prefix
11
12 # COLOUR (based on Solarized dark)
13
14 # default statusbar colors
15 set-option -g status-bg black #base02
16 set-option -g status-fg yellow #yellow
17 set-option -g status-attr default
18
19 # default window title colors
20 set-window-option -g window-status-fg brightblue #base0
21 set-window-option -g window-status-bg default
22 #set-window-option -g window-status-attr dim
23
24 # active window title colors
25 set-window-option -g window-status-current-fg brightred #orange
26 set-window-option -g window-status-current-bg default
27 #set-window-option -g window-status-current-attr bright
28
29 # pane border
30 set-option -g pane-border-fg black #base02
31 set-option -g pane-active-border-fg brightgreen #base01
32
33 # message text
34 set-option -g message-bg black #base02
35 set-option -g message-fg brightred #orange
36
37 # pane number display
38 set-option -g display-panes-active-colour blue #blue
39 set-option -g display-panes-colour brightred #orange
40
41 # clock
42 set-window-option -g clock-mode-colour green #green