-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
executable file
·64 lines (55 loc) · 1.84 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
55
56
57
58
59
60
61
62
63
64
setw -g mode-keys vi
#set -g mouse-select-pane on
set -g pane-border-fg green
set -g pane-active-border-fg blue
set -g display-panes-colour white
set -g display-panes-active-colour blue
set -g display-panes-time 1000
set -g base-index 1
set-option -g base-index 1
set-window-option -g pane-base-index 1
setw -g aggressive-resize on
setw -g automatic-rename on
setw -g monitor-activity on
#setw -g utf8 on
setw -g clock-mode-style 12
setw -g alternate-screen on
setw -g monitor-activity on
set -g visual-activity on
set -g default-shell /bin/zsh
set -g default-command /bin/zsh
set -g set-titles on
set -g set-titles-string '#T'
set -g repeat-time 100
set -g default-terminal "screen-256color"
set -g message-fg black
set -g message-bg yellow
set -g status-justify right
set -g status-bg default
set -g status-fg default
set -g status-interval 5
#set -g status-utf8 on#
#
# padrao red black red
#setw -g window-status-current-format '#[fg=back]#[fg=red,bg=black] #I #W '
# red back black red balck red
#
#
setw -g window-status-current-format '#[fg=back] ⮃ #[fg=white,bg=black] #I ⮃ #W '
#
#
# red black red blue
#set -g status-left '#[bg=red,fg=black] #S #[bg=default,fg=red]⮀ #[fg=blue]#I:#P ⮁ #[default] #T'
#set -g status-left-length 80
#set -g status-right ''
#set -g prefix C-a
#bind-key a send-prefix
#bind-key C-a last-window
set-option -g status on
set-option -g status-interval 2
#set-option -g status-ut8 on
#set-option -g status-justify "centre"
set-option -g status-left-length 100
set-option -g status-right-length 90
set-option -g status-left "#(~/Laboratorios/tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/Laboratorios/tmux-powerline/powerline.sh right)"