-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
32 lines (22 loc) · 874 Bytes
/
.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
# set inactive/active window styles
# set -g window-style 'fg=colour247,bg=colour236'
# set -g window-active-style 'fg=colour250,bg=black'
#pane border
# set -g pane-border-bg colour235
# set -g pane-border-fg colour238
# set -g pane-active-border-bg colour236
# set -g pane-active-border-fg colour51
set -g pane-active-border-fg colour232
set -g pane-border-fg colour232
# set -g pane-inactive-border-fg colour51
new -n WindowName bash --login
# set-option -g default-command bash
# set-option -g default-command "reattach-to-user-namespace -l /opt/local/bin/bash --login"
# set pane-active-border-bg green
# # border colours
# set -g pane-border-style fg=magenta
# set -g pane-active-border-style fg=magenta
# set -g pane-active-border-style bg=default
# set -g pane-border-fg magenta
# set -g pane-active-border-fg green
# set -g pane-active-border-bg default