-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzellij.win.kdl
More file actions
102 lines (87 loc) · 2.19 KB
/
Copy pathzellij.win.kdl
File metadata and controls
102 lines (87 loc) · 2.19 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
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
98
99
100
101
102
session_serialization false
show_startup_tips false
pane_frames false
simplified_ui true
default_layout "compact"
theme "sonokai"
themes {
sonokai {
bg "#424b5b"
black "#333846"
blue "#72cce8"
cyan "#7ad5f1"
fg "#5a6477"
green "#a5e179"
magenta "#ba9cf3"
orange "#f69c5e"
red "#ff6d7e"
white "#828a9a"
yellow "#eacb64"
}
}
keybinds clear-defaults=true {
normal {
bind "Alt d" { Detach; }
bind "Alt a" { SwitchToMode "resize"; }
bind "Alt k" { Clear; }
bind "Alt o" {
LaunchOrFocusPlugin "session-manager" {
floating true
move_to_focused_tab true
};
}
bind "Alt p" { NewTab; }
bind "Alt w" { CloseTab; }
bind "Alt 1" { GoToTab 1; }
bind "Alt 2" { GoToTab 2; }
bind "Alt 3" { GoToTab 3; }
bind "Alt 4" { GoToTab 4; }
bind "Alt 5" { GoToTab 5; }
bind "Alt 6" { GoToTab 6; }
bind "Alt 7" { GoToTab 7; }
bind "Alt 8" { GoToTab 8; }
bind "Alt 9" { GoToTab 9; }
bind "Alt l" { GoToPreviousTab; }
bind "Alt y" { GoToNextTab; }
bind "Alt s" { NewPane "Down"; }
bind "Alt t" { NewPane "Right"; }
bind "Alt u" { MoveFocus "Up"; }
bind "Alt e" { MoveFocus "Down"; }
bind "Alt n" { MoveFocus "Left"; }
bind "Alt i" { MoveFocus "Right"; }
}
resize {
bind "Esc" { SwitchToMode "normal"; }
bind "q" { SwitchToMode "normal"; }
bind "u" { Resize "Increase Up"; }
bind "e" { Resize "Increase Down"; }
bind "n" { Resize "Increase Left"; }
bind "i" { Resize "Increase Right"; }
}
}
web_client {
theme {
foreground 225 227 228
background 42 47 56
cursor 225 227 228
cursor_accent 42 47 56
selection_background 61 68 85
// selection_foreground <optional>
black 42 47 56
red 255 101 120
green 157 210 116
yellow 234 203 100
blue 246 156 94
magenta 186 156 243
cyan 114 204 232
white 225 227 228
bright_black 130 138 154
bright_red 255 101 120
bright_green 157 210 116
bright_yellow 234 203 100
bright_blue 246 156 94
bright_magenta 186 156 243
bright_cyan 114 204 232
bright_white 225 227 228
}
}