-
Notifications
You must be signed in to change notification settings - Fork 1
/
eutmux.yaml
97 lines (97 loc) · 2.3 KB
/
eutmux.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
theme: burgundy-red
general:
options:
status: true
status-fg: "C_6_1"
status-bg: "C_6_5"
status-justify: left
status-left-length: 100
status-right-length: 100
window-status-separator: ' '
terminal-overrides: ",xterm*:Tc"
default-terminal: "screen-256color"
escape-time: 5
status-interval: 3
focus-events: true
display-time: 5000
renumber-windows: true
clock-mode-colour: "C_4_4"
_fg_highlight: "C_1_5"
_bg_highlight: "C_5_4"
_style: "nobold,nounderscore,noitalics"
_eutmux_template_name: "template.3"
styles:
message-style:
fg: "C_4_2"
bg: ""
style: ""
message-command-style:
fg: "C_2_2"
bg: ""
style: ""
pane-border-style:
fg: "C_6_4"
bg: ""
style: ""
pane-active-border-style:
fg: "C_4_3"
bg: ""
style: ""
# Tmux 3.3+ support popup styles
popup-style:
fg: "C_4_2"
bg: "C_6_5"
popup-border-style:
fg: "C_4_2"
bg: ""
commands:
- bind-key 'g' run-shell 'eutmux.tmux -d'
- bind-key 'G' run-shell 'eutmux.tmux -D'
- bind-key 'a' display-popup 'eutmux.tmux -a'
- bind-key 'r' run-shell 'eutmux.tmux -r'
- bind-key 't' run-shell 'eutmux.tmux -t ""'
- bind-key 'T' run-shell 'eutmux.tmux -T ""'
- bind-key 'S' run-shell 'tmux source ~/.tmux.conf'
- bind-key 'C-j' setw synchronize-panes on
- bind-key 'C-k' setw synchronize-panes off
- bind-key -n 'M-l' select-window -l
- bind-key -n 'M-j' select-pane -R
- bind-key -n 'M-k' select-pane -D
- bind-key -n 'M-Left' select-window -p
- bind-key -n 'M-Right' select-window -n
status_left:
session:
enabled: true
format: " #S "
window:
active:
window_name: " #W "
window_index: " #I"
icon: ""
inactive:
window_name: " #W "
window_index: " #I"
icon: ""
status_right:
directory:
enabled: true
format: " #{b:pane_current_path} "
icon: " "
fg_decorator: "C_3_4"
fg_icon: "C_6_5"
bg_icon: "C_3_4"
fg_format: "C_6_5"
bg_format: "C_3_2"
date:
icon: " "
format: " v%V %a %Y-%m-%d %H:%M:%S "
cpu:
icon: " "
format: " #(source cpu.sh) "
memory:
icon: " "
format: "#(source memory.sh)"
disk:
icon: " "
format: " #(source disk.sh) "