forked from allykzam/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
windows-terminal-settings.json
160 lines (160 loc) · 6.14 KB
/
windows-terminal-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
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
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"copyOnSelect": false,
"copyFormatting": "none",
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 120,
"initialRows": 30,
"theme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502",
"experimental.detectURLs": false,
"trimBlockSelection": true,
"tabWidthMode": "equal",
"profiles":
{
"defaults": {},
"list":
[
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell Core",
"source": "Windows.Terminal.PowershellCore",
"startingDirectory": "%USERPROFILE%",
"background": "#012456",
"closeOnExit": "always",
"colorScheme": "One Half Dark",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"font":
{
"face": "Font4Terminal",
"size": 10
},
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"padding": "10,1,0,10",
"snapOnInput": true,
"useAcrylic": false
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "PowerShell (Windows)",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"background": "#012456",
"closeOnExit": "always",
"colorScheme": "One Half Dark",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"font":
{
"face": "Font4Terminal",
"size": 10
},
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"padding": "10,1,0,10",
"snapOnInput": true,
"useAcrylic": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"closeOnExit": "always",
"colorScheme": "Campbell",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"font":
{
"face": "Font4Terminal",
"size": 10
},
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"padding": "10,1,0,10",
"snapOnInput": true,
"useAcrylic": false
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"name": "WSL",
"commandline": "wsl ~",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"closeOnExit": "always",
"colorScheme": "amazingant",
"cursorColor": "#FFFFFF",
"cursorShape": "filledBox",
"font":
{
"face": "Font4Terminal",
"size": 10
},
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"padding": "10,1,0,10",
"snapOnInput": true,
"source": "Windows.Terminal.Wsl",
"useAcrylic": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes":
[
{
"name" : "amazingant",
"background" : "#0C0C0C",
"foreground" : "#CBCCCD",
"black" : "#000000",
"blue" : "#492EE1",
"green" : "#25BC24",
"cyan" : "#33BBC8",
"red" : "#C23621",
"magenta" : "#D338D3",
"yellow" : "#ADAD27",
"white" : "#CBCCCD",
"purple" : "#881798",
"brightBlack" : "#818383",
"brightBlue" : "#5833FF",
"brightGreen" : "#31E722",
"brightCyan" : "#14F0F0",
"brightRed" : "#FC391F",
"brightMagenta" : "#F935F8",
"brightYellow" : "#EAEC23",
"brightWhite" : "#E9EBEB",
"brightPurple" : "#B4009E",
"cursorColor" : "#FFFFFF",
"selectionBackground": "#FFFFFF"
}
],
"actions":
[
{ "command": "copy" , "keys": "ctrl+c" },
{ "command": "paste" , "keys": "ctrl+v" },
{ "command": "closePane" , "keys": "ctrl+shift+w" },
{ "command": "closeWindow" , "keys": "alt+f4" },
{ "command": "duplicateTab" , "keys": "ctrl+shift+d" },
{ "command": "newTab" , "keys": "ctrl+t" },
{ "command": "nextTab" , "keys": "ctrl+tab" },
{ "command": "openNewTabDropdown" , "keys": "ctrl+shift+space" },
{ "command": "openSettings" , "keys": "ctrl+," },
{ "command": "prevTab" , "keys": "ctrl+shift+tab" },
{ "command": "scrollDown" , "keys": "ctrl+shift+down" },
{ "command": "scrollDownPage" , "keys": "ctrl+shift+pgdn" },
{ "command": "scrollUp" , "keys": "ctrl+shift+up" },
{ "command": "scrollUpPage" , "keys": "ctrl+shift+pgup" }
]
}