-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTerminalsettings.json
More file actions
124 lines (124 loc) · 3.94 KB
/
Copy pathTerminalsettings.json
File metadata and controls
124 lines (124 loc) · 3.94 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
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema-preview",
"actions": [],
"alwaysShowNotificationIcon": true,
"centerOnLaunch": true,
"copyFormatting": "none",
"copyOnSelect": false,
"debugFeatures": true,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"experimental.enableColorSelection": true,
"focusFollowMouse": true,
"initialPosition": ",",
"keybindings":
[
{
"id": "Terminal.CopyToClipboard",
"keys": "ctrl+c"
},
{
"id": "Terminal.PasteFromClipboard",
"keys": "ctrl+v"
},
{
"id": "Terminal.DuplicatePaneAuto",
"keys": "alt+shift+d"
}
],
"launchMode": "maximized",
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"backgroundImage": "C:\\Users\\umang\\Pictures\\Saves\\Firefly 20260115140300.png",
"backgroundImageOpacity": 0.75,
"colorScheme": "Dimidium",
"cursorColor": "#688DFD",
"cursorShape": "filledBox",
"elevate": true,
"experimental.rainbowSuggestions": true,
"font":
{
"cellHeight": "1.4",
"face": "CaskaydiaCove Nerd Font Mono",
"size": 14,
"weight": "medium"
},
"historySize": 1000,
"padding": "20,20,12,12",
"showMarksOnScrollbar": true,
"useAcrylic": true
},
"list":
[
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"backgroundImageOpacity": 0.6,
"experimental.rainbowSuggestions": true,
"experimental.repositionCursorWithMouse": false,
"font":
{
"cellHeight": "1.6",
"cellWidth": "0.625",
"face": "CaskaydiaCove Nerd Font Mono",
"size": 15
},
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"historySize": 1000,
"name": "PowerShell",
"rightClickContextMenu": true,
"showMarksOnScrollbar": true,
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"name": "Git Bash",
"source": "Git"
},
{
"guid": "{4d9b8861-5f44-5e2f-b6c4-01882653a5bf}",
"hidden": false,
"name": "kali-linux",
"source": "Microsoft.WSL"
},
{
"guid": "{a3a2e83a-884a-5379-baa8-16f193a13b21}",
"hidden": false,
"name": "PowerShell 7 Preview",
"source": "Windows.Terminal.PowershellCore"
}
]
},
"schemes": [],
"searchWebDefaultQueryUrl": "https://www.google.com/search?q=%22%s%22",
"showTabsFullscreen": true,
"theme": "dark",
"themes": [],
"useAcrylicInTabRow": true
}