-
Notifications
You must be signed in to change notification settings - Fork 1
/
tmux.conf
38 lines (31 loc) · 1.01 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
#set main key to ctrl-a... cause all the cool kids do it
set-option -g prefix C-a
#start window index
#set -g base-index 1
#make it work like vim
setw -g mode-keys vi
#move around splits with vi like keys
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind k select-pane -R
#colors
set -g default-terminal "screen-256color"
#cool status-bar
set -g status-left-length 52
set -g status-right-length 451
set -g status-fg white
set -g status-bg colour234
set -g window-status-activity-attr bold
set -g pane-border-fg colour245
set -g pane-active-border-fg colour39
set -g message-fg colour16
set -g message-bg colour221
set -g message-attr bold
set -g status-left
#[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami)
##[fg=colour238,bg=colour234,nobold]⮀'
#set -g window-status-format "#[fg=white,bg=colour234] #I #W "
#set -g window-status-current-format
#"#[fg=colour234,bg=colour39]⮀#[fg=colour25,bg=colour39,noreverse,bold] #I ⮁ #W
##[fg=colour39,bg=colour234,nobold]⮀"