-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtabby.yaml
238 lines (238 loc) · 4.03 KB
/
tabby.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
version: 3
profiles:
- type: local
name: MacOS
options:
command: /bin/zsh
args:
- '--login'
env: {}
icon: fab fa-apple
id: local:custom:MacOS:3c17247b-80bf-4963-9336-2f7b973d15fc
hotkeys:
toggle-window:
- Ctrl-Space
copy-current-path: []
ctrl-c:
- Ctrl-C
copy:
- ⌘-C
paste:
- ⌘-V
clear:
- ⌘-K
select-all:
- ⌘-A
zoom-in:
- ⌘-=
- ⌘-Shift-=
zoom-out:
- ⌘--
- ⌘-Shift--
reset-zoom:
- ⌘-0
home:
- ⌘-Left
- Home
end:
- ⌘-Right
- End
previous-word:
- ⌥-Left
next-word:
- ⌥-Right
delete-previous-word:
- ⌥-Backspace
delete-next-word:
- ⌥-Delete
search:
- ⌘-F
pane-focus-all:
- ⌘-Shift-I
restart-telnet-session: []
restart-ssh-session: []
launch-winscp: []
settings:
- ⌘-,
serial:
- Alt-K
restart-serial-session: []
new-window:
- ⌘-N
new-tab:
- ⌘-T
profile: {}
profile-selectors: {}
toggle-fullscreen:
- Ctrl+⌘+F
close-tab:
- ⌘-W
reopen-tab:
- ⌘-Shift-T
toggle-last-tab: []
rename-tab:
- ⌘-R
next-tab:
- Ctrl-Tab
previous-tab:
- Ctrl-Shift-Tab
move-tab-left:
- ⌘-Shift-Left
move-tab-right:
- ⌘-Shift-Right
rearrange-panes:
- ⌘-Shift
tab-1:
- ⌘-1
tab-2:
- ⌘-2
tab-3:
- ⌘-3
tab-4:
- ⌘-4
tab-5:
- ⌘-5
tab-6:
- ⌘-6
tab-7:
- ⌘-7
tab-8:
- ⌘-8
tab-9:
- ⌘-9
tab-10:
- ⌘-0
duplicate-tab: []
tab-11: []
tab-12: []
tab-13: []
tab-14: []
tab-15: []
tab-16: []
tab-17: []
tab-18: []
tab-19: []
tab-20: []
split-right:
- ⌘-Shift-D
split-bottom:
- ⌘-D
split-left: []
split-top: []
pane-nav-right:
- ⌘-⌥-Right
pane-nav-down:
- ⌘-⌥-Down
pane-nav-up:
- ⌘-⌥-Up
pane-nav-left:
- ⌘-⌥-Left
pane-nav-previous:
- ⌘-⌥-[
pane-nav-next:
- ⌘-⌥-]
pane-maximize:
- ⌘-⌥-Enter
close-pane:
- ⌘-Shift-W
profile-selector:
- ⌘-E
switch-profile:
- ⌘-Shift-E
scroll-to-bottom: []
settings-tab: {}
explode-tab:
- ⌘-Shift-.
combine-tabs:
- ⌘-Shift-,
terminal:
searchOptions: {}
colorScheme:
name: Galaxy
foreground: '#ffffff'
background: '#1d2837'
cursor: '#bbbbbb'
colors:
- ''
- '#f9555f'
- '#21b089'
- '#fef02a'
- '#589df6'
- '#944d95'
- '#1f9ee7'
- '#bbbbbb'
- '#555555'
- '#fa8c8f'
- '#35bb9a'
- '#ffff55'
- '#589df6'
- '#e75699'
- '#3979bc'
- '#ffffff'
font: MesloLGS NF
fontSize: 18
cursor: beam
showBuiltinProfiles: false
profile: local:custom:MacOS:3c17247b-80bf-4963-9336-2f7b973d15fc
autoOpen: true
copyOnSelect: true
warnOnMultilinePaste: false
customColorSchemes:
- name: Material
foreground: '#eceff1'
background: rgba(38, 50, 56, 1)
selection: null
cursor: '#FFCC00'
cursorAccent: null
colors:
- rgba(255, 255, 255, 0.2)
- '#D62341'
- '#9ECE58'
- '#FAED70'
- '#396FE2'
- '#BB80B3'
- '#2DDAFD'
- '#d0d0d0'
- rgba(255, 255, 255, 0.2)
- '#FF5370'
- '#C3E88D'
- '#FFCB6B'
- '#82AAFF'
- '#C792EA'
- '#89DDFF'
- '#ffffff'
- name: Galaxy
foreground: '#ffffff'
background: '#1d2837'
cursor: '#bbbbbb'
colors:
- ''
- '#f9555f'
- '#21b089'
- '#fef02a'
- '#589df6'
- '#944d95'
- '#1f9ee7'
- '#bbbbbb'
- '#555555'
- '#fa8c8f'
- '#35bb9a'
- '#ffff55'
- '#589df6'
- '#e75699'
- '#3979bc'
- '#ffffff'
showTabProfileIcon: true
appearance:
vibrancy: false
enableWelcomeTab: false
profileDefaults: {}
pluginBlacklist:
- plugin-fig-integration
recoverTabs: false
titleControl:
replacePattern: ''
clickableLinks:
modifier: ctrlKey
enableAnalytics: false
hacks: {}