-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
127 lines (127 loc) · 3.55 KB
/
settings.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
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
},
{
"command": "unbound",
"keys": "f11"
},
{
"command": "unbound",
"keys": "ctrl+v"
},
{
"command": "unbound",
"keys": "ctrl+c"
},
{
"command": "unbound",
"keys": "alt+enter"
},
{
"command": "paste",
"id": "User.paste"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"command": "find",
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"command": "toggleFullscreen",
"id": "User.toggleFullscreen",
"keys": "ctrl+f11"
}
],
"copyFormatting": "none",
"copyOnSelect": true,
"defaultProfile": "{1fea8875-4ae4-57ef-9852-bd9a80396e94}",
"initialCols": 132,
"initialRows": 60,
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"antialiasingMode": "cleartype",
"cursorShape": "underscore",
"font":
{
"size": 12,
"face": "Consolas"
},
"opacity": 75,
"useAcrylic": true
},
"list":
[
{
"colorScheme": "Campbell Powershell",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"cursorShape": "vintage",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"colorScheme": "Vintage",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"cursorShape": "vintage",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"colorScheme": "Tango Dark",
"guid": "{1fea8875-4ae4-57ef-9852-bd9a80396e94}",
"hidden": false,
"icon": "C:\\Users\\jin\\Documents\\wsl\\gen2\\gentoo-logo-png-transparent.png",
"name": "gen2",
"source": "Windows.Terminal.Wsl"
},
{
"colorScheme": "Tango Dark",
"commandline": "ssh heimdall",
"guid": "{5a07e4ae-8c6d-4c88-a880-0f2d4e794425}",
"hidden": false,
"icon": "C:\\Users\\jin\\Documents\\wsl\\gen2\\sun.png",
"name": "heimdall",
"startingDirectory": null
}
]
},
"schemes": [],
"showTerminalTitleInTitlebar": true,
"themes": [],
"useAcrylicInTabRow": false
}