forked from GALICSOFT/unities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings_win_terminal.json
More file actions
154 lines (154 loc) · 4.97 KB
/
Copy pathsettings_win_terminal.json
File metadata and controls
154 lines (154 loc) · 4.97 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
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
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "find",
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"command": "paste",
"id": "User.paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
}
],
"copyFormatting": "none",
"copyOnSelect": true,
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"disableAnimations": true,
"initialCols": 210,
"initialRows": 60,
"launchMode": "maximized",
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"cursorHeight": 32,
"cursorShape": "vintage",
"elevate": true,
"font":
{
"face": "Cascadia Code",
"size": 9.5,
"weight": "extra-light"
}
},
"list":
[
{
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "\uba85\ub839 \ud504\ub86c\ud504\ud2b8",
"startingDirectory": "D:\\"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"icon": "C:\\Program Files\\PowerShell\\7\\assets\\Powershell_av_colors.ico",
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"startingDirectory": "D:\\"
},
{
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"icon": "C:\\programs\\git\\git-bash.ico",
"name": "Git Bash",
"source": "Git",
"startingDirectory": "D:\\"
},
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell 1.0"
},
{
"commandline": "C:\\Program Files\\Rio\\rio.exe",
"guid": "{cd8e0e07-abf8-480a-a8e9-dba541c5d161}",
"hidden": false,
"icon": "C:\\Program Files\\Rio\\RioIcon",
"name": "Rio Terminal",
"startingDirectory": "D:\\"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{14ac5739-f175-574c-8c9e-c3d42b4a5d1b}",
"hidden": false,
"name": "Developer Command Prompt for VS 2019",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{fff08421-4e1f-5d47-be38-e1cf9260742f}",
"hidden": false,
"name": "Developer PowerShell for VS 2019",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{f72ae17a-f116-53fc-9e43-c52eaa707fe9}",
"hidden": true,
"name": "Developer Command Prompt for VS 2017",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{fe6a60a7-5a2a-5ed1-b1a8-890cec76bbdf}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{1eeabb3c-fe2f-5422-962d-7c2755107f77}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}",
"hidden": true,
"name": "Ubuntu-22.04",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}",
"hidden": false,
"name": "Ubuntu 22.04.5 LTS",
"source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc"
}
]
},
"schemes": [],
"themes": []
}