-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.tmux.conf
More file actions
63 lines (56 loc) · 1.89 KB
/
Copy path.tmux.conf
File metadata and controls
63 lines (56 loc) · 1.89 KB
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
# remap prefix from 'C-b' to 'C-w'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# split panes using | and -
bind | split-window -h
bind _ split-window -v
unbind '"'
unbind %
bind k confirm kill-window
bind K confirm kill-server
bind < resize-pane -L 1
bind > resize-pane -R 1
bind - resize-pane -D 1
bind + resize-pane -U 1
bind r source-file ~/.tmux.conf
# Rename your terminals
set -g set-titles on
set-option -g set-titles-string '#(whoami)@#H | Session.Window.Pane: #S.#I.#P | Process: #W' # window number,program name, active(or not)
set -g default-terminal "screen-256color"
# Status bar customization
set -g status-bg black
set -g status-fg white
set -g status-interval 5
set -g status-left-length 90
set -g status-right-length 60
set -g status-justify left
set -g status-right '#[fg=Cyan]#S #[fg=white]%a %d %b %R'
# configure mouse
set-option -g mouse on
USE_POWERLINE=false
SEPARATOR_LEFT=>
SEPARATOR_RIGHT=<
if-shell -b '[ "${USE_POWERLINE}" = "true" ]' " \
SEPARATOR_LEFT=; \
SEPARATOR_RIGHT="
KUBE_TMUX_SYMBOL_COLOR=cyan
KUBE_TMUX_CTX_COLOR=cyan
KUBE_TMUX_NS_COLOR=cyan
set -g status-style bg=colour235,none
set -g message-command-style fg=colour222,bg=colour238
set -g status-justify 'centre'
set -g status-left-length '100'
set -g status 'on'
set -g pane-active-border-style fg=colour154
set -g message-style fg=colour222,bg=colour238
set -g status-right-length '100'
set -g status-right-style none
set -g pane-border-style fg=colour238
set -g status-left-style none
setw -g window-status-style fg=colour121,bg=colour235,none
setw -g window-status-activity-style fg=colour154,bg=colour235,none
setw -g window-status-separator ''
set -g status-left "#[fg=colour232,bg=colour69] #S.#I.#P #[fg=colour222,bg=colour238] #W "
set -g status-right "#[fg=colour69,bg=colour235] %a %Y-%m-%d %H:%M #[fg=colour154,bg=colour238,nobold,nounderscore,noitalics]"
setw -g window-status-current-format ''