|
1 | 1 | {
|
| 2 | + "$help": "https://aka.ms/terminal-documentation", |
2 | 3 | "$schema": "https://aka.ms/terminal-profiles-schema",
|
3 |
| - "defaultProfile": "{7bb542a2-6076-46f9-a55e-3ba2f5b792fb}", |
4 |
| - // Add custom keybindings to this array. |
5 |
| - // To unbind a key combination from your defaults.json, set the command to "unbound". |
6 |
| - // To learn more about keybindings, visit https://aka.ms/terminal-keybindings |
7 |
| - "keybindings": |
| 4 | + "actions": |
8 | 5 | [
|
9 |
| - // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. |
10 |
| - // These two lines additionally bind them to Ctrl+C and Ctrl+V. |
11 |
| - // To learn more about selection, visit https://aka.ms/terminal-selection |
| 6 | + { |
| 7 | + "command": "paste", |
| 8 | + "keys": "ctrl+v" |
| 9 | + }, |
12 | 10 | {
|
13 | 11 | "command":
|
14 | 12 | {
|
|
18 | 16 | "keys": "ctrl+c"
|
19 | 17 | },
|
20 | 18 | {
|
21 |
| - "command": "paste", |
22 |
| - "keys": "ctrl+v" |
| 19 | + "command": |
| 20 | + { |
| 21 | + "action": "newTab" |
| 22 | + }, |
| 23 | + "keys": "ctrl+t" |
23 | 24 | },
|
24 |
| - // Press Ctrl+Shift+F to open the search box |
25 | 25 | {
|
26 | 26 | "command": "find",
|
27 | 27 | "keys": "ctrl+f"
|
28 |
| - }, |
29 |
| - // Open New Tab |
30 |
| - { |
31 |
| - "command": "newTab", |
32 |
| - "keys": "ctrl+t" |
33 | 28 | }
|
34 | 29 | ],
|
| 30 | + "defaultProfile": "{7bb542a2-6076-46f9-a55e-3ba2f5b792fb}", |
35 | 31 | "profiles":
|
36 | 32 | {
|
37 | 33 | "defaults": {},
|
38 | 34 | "list":
|
39 | 35 | [
|
40 | 36 | {
|
41 |
| - "acrylicOpacity": 1, |
42 | 37 | "closeOnExit": "graceful",
|
43 | 38 | "colorScheme": "Breeze",
|
44 | 39 | "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
|
45 | 40 | "cursorColor": "#FFFFFF",
|
46 | 41 | "cursorShape": "bar",
|
47 |
| - "fontFace": "Hack Nerd Font Mono", |
48 |
| - "fontSize": 9, |
| 42 | + "font": |
| 43 | + { |
| 44 | + "face": "Hack Nerd Font Mono", |
| 45 | + "size": 9 |
| 46 | + }, |
49 | 47 | "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
| 48 | + "hidden": false, |
50 | 49 | "historySize": 9001,
|
51 | 50 | "icon": "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
|
52 | 51 | "name": "PowerShell Core",
|
| 52 | + "opacity": 100, |
53 | 53 | "padding": "0, 0, 0, 0",
|
54 | 54 | "snapOnInput": true,
|
| 55 | + "source": "Windows.Terminal.PowershellCore", |
55 | 56 | "startingDirectory": "%USERPROFILE%",
|
56 | 57 | "useAcrylic": false
|
57 | 58 | },
|
58 | 59 | {
|
59 |
| - "acrylicOpacity": 1, |
60 | 60 | "background": "#012456",
|
61 | 61 | "closeOnExit": "graceful",
|
62 | 62 | "colorScheme": "Ocean",
|
63 |
| - "commandline": "powershell.exe", |
64 | 63 | "cursorColor": "#FFFFFF",
|
65 | 64 | "cursorShape": "bar",
|
66 |
| - "fontFace": "Consolas", |
67 |
| - "fontSize": 10, |
| 65 | + "font": |
| 66 | + { |
| 67 | + "face": "Consolas", |
| 68 | + "size": 10 |
| 69 | + }, |
68 | 70 | "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
69 | 71 | "historySize": 9001,
|
70 | 72 | "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
|
71 | 73 | "name": "Windows PowerShell",
|
| 74 | + "opacity": 100, |
72 | 75 | "padding": "0, 0, 0, 0",
|
73 | 76 | "snapOnInput": true,
|
74 | 77 | "startingDirectory": "%USERPROFILE%",
|
75 | 78 | "useAcrylic": false
|
76 | 79 | },
|
77 | 80 | {
|
78 |
| - "acrylicOpacity": 1, |
79 | 81 | "closeOnExit": "graceful",
|
80 | 82 | "colorScheme": "Campbell",
|
81 |
| - "commandline": "cmd.exe", |
82 | 83 | "cursorColor": "#FFFFFF",
|
83 | 84 | "cursorShape": "bar",
|
84 |
| - "fontFace": "Consolas", |
85 |
| - "fontSize": 10, |
| 85 | + "font": |
| 86 | + { |
| 87 | + "face": "Consolas", |
| 88 | + "size": 10 |
| 89 | + }, |
86 | 90 | "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
87 | 91 | "historySize": 9001,
|
88 | 92 | "icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
|
89 | 93 | "name": "cmd",
|
| 94 | + "opacity": 100, |
90 | 95 | "padding": "0, 0, 0, 0",
|
91 | 96 | "snapOnInput": true,
|
92 | 97 | "startingDirectory": "%USERPROFILE%",
|
93 | 98 | "useAcrylic": true
|
94 | 99 | },
|
95 | 100 | {
|
96 |
| - "acrylicOpacity": 1, |
97 | 101 | "closeOnExit": "never",
|
98 | 102 | "colorScheme": "Solarized Dark",
|
99 | 103 | "commandline": "Azure",
|
100 | 104 | "connectionType": "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
|
101 | 105 | "cursorColor": "#FFFFFF",
|
102 | 106 | "cursorShape": "bar",
|
103 |
| - "fontFace": "Cascadia Code PL", |
104 |
| - "fontSize": 9, |
| 107 | + "font": |
| 108 | + { |
| 109 | + "face": "Cascadia Code PL", |
| 110 | + "size": 9 |
| 111 | + }, |
105 | 112 | "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
|
| 113 | + "hidden": false, |
106 | 114 | "historySize": 9001,
|
107 | 115 | "icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
|
108 | 116 | "name": "Azure Cloud Shell",
|
| 117 | + "opacity": 100, |
109 | 118 | "padding": "0, 0, 0, 0",
|
110 | 119 | "snapOnInput": true,
|
| 120 | + "source": "Windows.Terminal.Azure", |
111 | 121 | "startingDirectory": "%USERPROFILE%",
|
112 | 122 | "useAcrylic": true
|
113 | 123 | },
|
114 | 124 | {
|
115 |
| - "acrylicOpacity": 1, |
116 | 125 | "closeOnExit": "graceful",
|
117 | 126 | "colorScheme": "Campbell",
|
118 | 127 | "commandline": "wsl.exe ~ -d Ubuntu",
|
119 | 128 | "cursorColor": "#FFFFFF",
|
120 | 129 | "cursorShape": "bar",
|
121 |
| - "fontFace": "Cascadia Code PL", |
122 |
| - "fontSize": 9, |
| 130 | + "font": |
| 131 | + { |
| 132 | + "face": "Cascadia Code PL", |
| 133 | + "size": 9 |
| 134 | + }, |
123 | 135 | "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
|
| 136 | + "hidden": false, |
124 | 137 | "historySize": 9001,
|
125 | 138 | "icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
|
126 | 139 | "name": "Ubuntu",
|
| 140 | + "opacity": 100, |
127 | 141 | "padding": "0, 0, 0, 0",
|
128 | 142 | "snapOnInput": true,
|
| 143 | + "source": "Windows.Terminal.Wsl", |
129 | 144 | "startingDirectory": "~",
|
130 | 145 | "useAcrylic": false
|
131 | 146 | },
|
132 | 147 | {
|
133 |
| - "acrylicOpacity": 1, |
134 | 148 | "closeOnExit": "graceful",
|
135 | 149 | "colorScheme": "Breeze",
|
136 | 150 | "commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
|
137 | 151 | "cursorColor": "#FFFFFF",
|
138 | 152 | "cursorShape": "bar",
|
139 |
| - "fontFace": "Hack Nerd Font Mono", |
140 |
| - "fontSize": 9, |
| 153 | + "font": |
| 154 | + { |
| 155 | + "face": "Hack Nerd Font Mono", |
| 156 | + "size": 9 |
| 157 | + }, |
141 | 158 | "guid": "{7bb542a2-6076-46f9-a55e-3ba2f5b792fb}",
|
142 | 159 | "historySize": 9001,
|
143 | 160 | "icon": "%USERPROFILE%\\Source\\GitHub\\geekzter\\bootstrap-os\\common\\icons\\GitHub-Mark-64px.png",
|
144 | 161 | "name": "GitHub",
|
| 162 | + "opacity": 100, |
145 | 163 | "padding": "0, 0, 0, 0",
|
146 | 164 | "snapOnInput": true,
|
147 | 165 | "startingDirectory": "%USERPROFILE%\\Source\\GitHub\\geekzter",
|
148 | 166 | "useAcrylic": false
|
| 167 | + }, |
| 168 | + { |
| 169 | + "guid": "{57755f76-eadc-57a5-93ee-dfd85080b45f}", |
| 170 | + "hidden": false, |
| 171 | + "name": "Developer Command Prompt for VS 2022", |
| 172 | + "source": "Windows.Terminal.VisualStudio" |
| 173 | + }, |
| 174 | + { |
| 175 | + "guid": "{f734c887-6b38-57c9-955d-24edca4e9974}", |
| 176 | + "hidden": false, |
| 177 | + "name": "Developer PowerShell for VS 2022", |
| 178 | + "source": "Windows.Terminal.VisualStudio" |
| 179 | + }, |
| 180 | + { |
| 181 | + "guid": "{92e335a9-6797-555b-bbb0-80d24c60b737}", |
| 182 | + "hidden": false, |
| 183 | + "name": "Developer Command Prompt for VS 2022 (2)", |
| 184 | + "source": "Windows.Terminal.VisualStudio" |
| 185 | + }, |
| 186 | + { |
| 187 | + "guid": "{9cfebb5f-f0d2-5b02-b8bc-4a95df07cc7b}", |
| 188 | + "hidden": false, |
| 189 | + "name": "Developer PowerShell for VS 2022 (2)", |
| 190 | + "source": "Windows.Terminal.VisualStudio" |
149 | 191 | }
|
150 | 192 | ]
|
151 | 193 | },
|
|
0 commit comments