-
Notifications
You must be signed in to change notification settings - Fork 0
/
items_profile.json
409 lines (409 loc) · 9.26 KB
/
items_profile.json
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
{
"Working Directory": "/Users/ngeorgakopoulos",
"Prompt Before Closing 2": 0,
"Selected Text Color": {
"Green Component": 0,
"Blue Component": 0,
"Red Component": 0
},
"Rows": 25,
"Ansi 11 Color": {
"Green Component": 1,
"Blue Component": 0.3333333432674408,
"Red Component": 1
},
"Use Italic Font": false,
"Foreground Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0.02345595508813858,
"Red Component": 0.30911046266555786
},
"Right Option Key Sends": 0,
"Character Encoding": 4,
"Selection Color": {
"Green Component": 0.8353000283241272,
"Blue Component": 1,
"Red Component": 0.70980000495910645
},
"Triggers": [],
"Blend": 0.30000001192092896,
"Mouse Reporting": true,
"Ansi 4 Color": {
"Green Component": 0,
"Blue Component": 0.73333334922790527,
"Red Component": 0
},
"Non-ASCII Anti Aliased": true,
"Sync Title": false,
"Disable Window Resizing": true,
"Close Sessions On End": true,
"Jobs to Ignore": ["rlogin", "ssh", "slogin", "telnet"],
"Scrollback With Status Bar": false,
"Scrollback Lines": 1000,
"Scrollback in Alternate Screen": true,
"Hide After Opening": false,
"Flashing Bell": false,
"BM Growl": true,
"Ansi 3 Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0,
"Red Component": 0.73333334922790527
},
"Shortcut": "",
"Background Image Location": "",
"Bold Color": {
"Green Component": 1,
"Blue Component": 1,
"Red Component": 1
},
"Unlimited Scrollback": true,
"Custom Command": "No",
"Smart Selection Rules": [
{
"notes": "Word bounded by whitespace",
"regex": "\\S+",
"precision": "low"
},
{
"notes": "C++ namespace::identifier",
"regex": "([a-zA-Z0-9_]+::)+[a-zA-Z0-9_]+",
"precision": "normal"
},
{
"notes": "Paths",
"regex": "\\~?/?([[:letter:][:number:]._-]+/+)+[[:letter:][:number:]._-]+/?",
"precision": "normal"
},
{
"notes": "Quoted string",
"regex": "@?\"(?:[^\"\\\\]|\\\\.)*\"",
"precision": "normal"
},
{
"notes": "Java/Python include paths",
"regex": "([[:letter:][:number:]._]+\\.)+[[:letter:][:number:]._]+",
"precision": "normal"
},
{
"notes": "mailto URL",
"regex": "\\bmailto:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b",
"precision": "normal"
},
{
"notes": "Obj-C selector",
"regex": "@selector\\([^)]+\\)",
"precision": "high"
},
{
"notes": "email address",
"regex": "\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}\\b",
"precision": "high"
},
{
"notes": "HTTP URL",
"regex": "https?://([a-z0-9A-Z]+(:[a-zA-Z0-9]+)?@)?[a-z0-9A-Z]+(\\.[a-z0-9A-Z]+)*((:[0-9]+)?)(/[a-zA-Z0-9;/\\.\\-_+%?&@=#\\(\\)]*)?",
"precision": "very_high"
},
{
"notes": "SSH URL",
"regex": "\\bssh:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b",
"precision": "very_high"
},
{
"notes": "Telnet URL",
"regex": "\\btelnet:([a-z0-9A-Z_]+@)?([a-zA-Z0-9\\-]+\\.)*[a-zA-Z0-9\\-]+\\b",
"precision": "very_high"
}
],
"Keyboard Map": {
"0x9-0x40000": {
"Text": "9",
"Action": 11
},
"0xf700-0x260000": {
"Text": "[1;6A",
"Action": 10
},
"0x37-0x40000": {
"Text": "0x1f",
"Action": 11
},
"0x32-0x40000": {
"Text": "0x00",
"Action": 11
},
"0xf709-0x20000": {
"Text": "[17;2~",
"Action": 10
},
"0xf70c-0x20000": {
"Text": "[20;2~",
"Action": 10
},
"0xf729-0x20000": {
"Text": "[1;2H",
"Action": 10
},
"0xf72b-0x40000": {
"Text": "[1;5F",
"Action": 10
},
"0xf705-0x20000": {
"Text": "[1;2Q",
"Action": 10
},
"0xf703-0x260000": {
"Text": "[1;6C",
"Action": 10
},
"0xf700-0x220000": {
"Text": "[1;2A",
"Action": 10
},
"0xf701-0x280000": {
"Text": "0x1b 0x1b 0x5b 0x42",
"Action": 11
},
"0x38-0x40000": {
"Text": "0x7f",
"Action": 11
},
"0x33-0x40000": {
"Text": "0x1b",
"Action": 11
},
"0xf703-0x220000": {
"Text": "[1;2C",
"Action": 10
},
"0xf701-0x240000": {
"Text": "[1;5B",
"Action": 10
},
"0xf70d-0x20000": {
"Text": "[21;2~",
"Action": 10
},
"0xf702-0x260000": {
"Text": "[1;6D",
"Action": 10
},
"0xf729-0x40000": {
"Text": "[1;5H",
"Action": 10
},
"0xf706-0x20000": {
"Text": "[1;2R",
"Action": 10
},
"0x34-0x40000": {
"Text": "0x1c",
"Action": 11
},
"0xf700-0x280000": {
"Text": "0x1b 0x1b 0x5b 0x41",
"Action": 11
},
"0x2d-0x40000": {
"Text": "0x1f",
"Action": 11
},
"0xf70e-0x20000": {
"Text": "[23;2~",
"Action": 10
},
"0xf702-0x220000": {
"Text": "[1;2D",
"Action": 10
},
"0xf703-0x280000": {
"Action": 10,
"Text": "f"
},
"0xf700-0x240000": {
"Text": "[1;5A",
"Action": 10
},
"0xf707-0x20000": {
"Text": "[1;2S",
"Action": 10
},
"0xf70a-0x20000": {
"Text": "[18;2~",
"Action": 10
},
"0x35-0x40000": {
"Text": "0x1d",
"Action": 11
},
"0xf70f-0x20000": {
"Text": "[24;2~",
"Action": 10
},
"0xf703-0x240000": {
"Text": "[1;5C",
"Action": 10
},
"0xf701-0x260000": {
"Text": "[1;6B",
"Action": 10
},
"0xf702-0x280000": {
"Action": 10,
"Text": "b"
},
"0xf72b-0x20000": {
"Text": "[1;2F",
"Action": 10
},
"0x36-0x40000": {
"Text": "0x1e",
"Action": 11
},
"0xf708-0x20000": {
"Text": "[15;2~",
"Action": 10
},
"0xf701-0x220000": {
"Text": "[1;2B",
"Action": 10
},
"0xf70b-0x20000": {
"Text": "[19;2~",
"Action": 10
},
"0xf702-0x240000": {
"Text": "[1;5D",
"Action": 10
},
"0xf704-0x20000": {
"Text": "[1;2P",
"Action": 10
}
},
"Log Directory": "",
"Use Canonical Parser": false,
"Ansi 14 Color": {
"Green Component": 1,
"Blue Component": 1,
"Red Component": 0.3333333432674408
},
"Ansi 2 Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0,
"Red Component": 0
},
"Background Image Is Tiled": false,
"Send Code When Idle": false,
"ASCII Anti Aliased": true,
"Tags": [],
"Ansi 9 Color": {
"Green Component": 0.3333333432674408,
"Blue Component": 0.3333333432674408,
"Red Component": 1
},
"Use Bold Font": true,
"Silence Bell": false,
"Ansi 12 Color": {
"Green Component": 0.3333333432674408,
"Blue Component": 1,
"Red Component": 0.3333333432674408
},
"Window Type": 0,
"Allow Title Reporting": false,
"Use Bright Bold": true,
"Cursor Text Color": {
"Green Component": 1,
"Blue Component": 1,
"Red Component": 1
},
"Default Bookmark": "No",
"Cursor Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0.73333334922790527,
"Red Component": 0.73333334922790527
},
"Disable Smcup Rmcup": false,
"Name": "NicolasG",
"Blinking Cursor": false,
"Guid": "B0F61C0F-39E1-4A9A-8302-B96056711974",
"Ansi 1 Color": {
"Green Component": 0,
"Blue Component": 0,
"Red Component": 0.73333334922790527
},
"Idle Code": 0,
"Ansi 10 Color": {
"Green Component": 1,
"Blue Component": 0.3333333432674408,
"Red Component": 0.3333333432674408
},
"Ansi 8 Color": {
"Green Component": 0.3333333432674408,
"Blue Component": 0.3333333432674408,
"Red Component": 0.3333333432674408
},
"Automatically Log": false,
"Smart Cursor Color": true,
"Semantic History": {
"editor": "com.sublimetext.2",
"text": "",
"action": "best editor"
},
"Ambiguous Double Width": false,
"Blur Radius": 3.9439303874969482,
"Cursor Type": 2,
"Ansi 0 Color": {
"Green Component": 0,
"Blue Component": 0,
"Red Component": 0
},
"Blur": false,
"Normal Font": "Monaco 12",
"Vertical Spacing": 1,
"Disable Printing": false,
"Ansi 7 Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0.73333334922790527,
"Red Component": 0.73333334922790527
},
"Command": "",
"Terminal Type": "xterm-256color",
"Horizontal Spacing": 1,
"Option Key Sends": 0,
"Blink Allowed": false,
"Minimum Contrast": 0,
"Ansi 15 Color": {
"Green Component": 1,
"Blue Component": 1,
"Red Component": 1
},
"Ansi 6 Color": {
"Green Component": 0.73333334922790527,
"Blue Component": 0.73333334922790527,
"Red Component": 0
},
"Transparency": 0.17069773338167801,
"Initial Text": "",
"Background Color": {
"Green Component": 0,
"Blue Component": 0,
"Red Component": 0
},
"Screen": -1,
"Non Ascii Font": "Monaco 12",
"Ansi 13 Color": {
"Green Component": 0.3333333432674408,
"Blue Component": 1,
"Red Component": 1
},
"Columns": 80,
"Visual Bell": true,
"Custom Directory": "No",
"Ansi 5 Color": {
"Green Component": 0,
"Blue Component": 0.73333334922790527,
"Red Component": 0.73333334922790527
},
"Set Local Environment Vars": true
}