-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.tmux.conf
50 lines (40 loc) · 1.43 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
ATT=cyan
bind-key F1 source-file ~/.tmux.conf \; display-message "tmux.conf reloaded"
bind-key F2 set-option status
bind-key F3 set-option synchronize-panes
set-window-option -g utf8 on
set-window-option -g aggressive-resize on
set-window-option -g monitor-activity on
set-window-option -g allow-rename on
set-window-option -g automatic-rename on
set-window-option -g monitor-activity on
set-window-option -g mode-keys vi
set-option -g mouse-resize-pane on
set-option -g mouse-select-window on
set-option -g mouse-select-pane on
set-option -g mouse-utf8 on
set-window-option -g mode-mouse on
set-option -g history-limit 4096
set-option -g visual-activity on
set-option -g set-titles on
set-option -g set-titles-string 'tmux #W'
set-option -g base-index 1
set-option -g pane-base-index 1
set-option -g status-justify centre
#set-option -g status-position top
set-option -g status-left ''
set-option -g status-bg black
set-option -g status-fg $ATT
set-window-option -g window-status-current-attr reverse,bright
set-window-option -g window-status-current-bg black
set-window-option -g window-status-current-fg $ATT
set-window-option -g pane-active-border-fg $ATT
set-option -g message-bg black
set-option -g message-fg $ATT
set-option -g message-attr bright
set-option display-time 6000
set-option escape-time 500
set-option status-interval 10
set-option repeat-time 500
set-window-option -g clock-mode-colour $ATT
set-window-option -g clock-mode-style 24