-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.conf
47 lines (35 loc) · 1.09 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
# bind A B
# A : r
# B : source-file ....
#bind r source-file ~/.tmux.conf \\; display "Reloaded!"
# enable 256 colors
set -g default-terminal "screen-256color"
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
bind | split-window -h
bind - split-window -v
## Mouse mode
#set -g mode-mouse on
#set -g mouse-resize-pane on
#set -g mouse-select-pane on
#set -g mouse-select-window on
# Show Pane Number
#set-option -g status-left '#P'
#### COLOUR (Solarized 256)
# default statusbar colors
set-option -g status-bg black
set-option -g status-fg colour244 #grey
# default window title colors
setw -g window-status-style bg=default,fg=colour244,dim
# active window title colors
#dark cyan, colour23, dark orange colour136
setw -g window-status-current-style bg=default,fg=colour136,bright
# pane border
set -g pane-border-style fg=colour244
set -g pane-active-border fg=colour24
# message text
set -g message-style bg=colour235,fg=colour166
# pane number display
set-option -g display-panes-active-colour colour33 #blue
set-option -g display-panes-colour colour166 #orange