-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
54 lines (49 loc) · 1.72 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
# from: http://tonkersten.com/2011/07/104-switching-to-tmux/
# All kind of nice options
set-option -g bell-action any
set-option -g default-terminal screen
set-option -g detach-on-destroy off
set-option -g display-panes-colour red
set-option -g history-limit 100000
#set-option -g message-bg red
#set-option -g message-fg white
#set-option -g mouse-select-pane off
#set-option -g pane-active-border-bg default
#set-option -g pane-active-border-fg red
#set-option -g pane-border-bg default
#set-option -g pane-border-fg cyan
set-option -g repeat-time 500
set-option -g visual-activity off
set-option -g visual-bell on
set-option -g set-titles on
set-option -g set-titles-string ' #I-#W '
set-option -g terminal-overrides 'xterm*:smcup@:rmcup@'
set-option -g base-index 1
#set-option -g default-path ""
# statusbar
##set-option -g status-utf8 on
set-option -g status-interval 1
set-option -g status-justify left
set-option -g status-left-length 20
set-option -g status-left ' #h |'
set-option -g status-right ' | %Y-%m-%d %H:%M:%S #[default]'
# default statusbar colors
set-option -g status-fg white
set-option -g status-bg blue
#set-option -g status-attr bright
set-option -g status-keys emacs
# default window title colors
#set-window-option -g window-status-fg white
#set-window-option -g window-status-bg blue
#set-window-option -g window-status-attr dim
# Window options
##set-window-option -g utf8 on
set-window-option -g clock-mode-colour blue
set-window-option -g clock-mode-style 24
set-window-option -g monitor-activity on
set-window-option -g xterm-keys on
set-window-option -g automatic-rename on
set-window-option -g aggressive-resize
#
set-window-option -g window-status-format ' #I-#W '
set-window-option -g window-status-current-format ' #I-#W '