-
Notifications
You must be signed in to change notification settings - Fork 10
/
windows-terminal-settings.json
145 lines (125 loc) · 5.77 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
// This file was initially generated by Windows Terminal 1.1.2233.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
// TODO: Your GUID might be different, you should fix it by yourself
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
// You can add more global application settings here.
// To learn more about global settings, visit https://aka.ms/terminal-global-settings
// If enabled, selections are automatically copied to your clipboard.
"copyOnSelect": true,
// If enabled, formatted data is also copied to your clipboard
"copyFormatting": false,
// A profile specifies a command to execute paired with information about how it should look and feel.
// Each one of them will appear in the 'New Tab' dropdown,
// and can be invoked from the commandline with `wt.exe -p xxx`
// To learn more about profiles, visit https://aka.ms/terminal-profile-settings
"profiles":
{
"defaults":
{
// Consolas is the best built-in font for code and terminal (for me)
"fontFace": "Consolas",
"fontSize": 12,
// default padding is wasting your precious screen spaces
"padding": "1, 1, 1, 1"
},
"list":
[
// WSL terminal is the best part of entire Windows :D
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"name": "Ubuntu 18.04",
"source": "Windows.Terminal.Wsl",
"colorScheme": "Inndy's Config",
// UNC path \\wsl$\$DISTRO is available since Windows 10 build 18342
// reference: https://blogs.windows.com/windows-insider/2019/02/20/announcing-windows-10-insider-preview-build-18342/
// TODO: change `inndy` to your WSL username
"startingDirectory": "//wsl$/Ubuntu-18.04/home/inndy"
},
// If you are a developer/hacker who lives in 2020 and using Windows 10, you must learn some Powershell
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"colorScheme": "Campbell Powershell",
"commandline": "powershell.exe",
"hidden": false
},
// Legacy, but good old days :D
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
// Nobody uses this :P
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
// DUMMY ENTRY TO KEEP GIT LOG CLEAN AND BEAUTIFUL
{}
]
},
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [
{
"name": "Inndy's Config",
"background": "#0d1926",
"foreground": "#d9e6f2",
"cursorColor": "#d9e6f2",
"black": "#2e2b22",
"brightBlack": "#474739",
"red": "#d04b8d",
"brightRed": "#da73a6",
"green": "#8dd04b",
"brightGreen": "#a6da73",
"yellow": "#d08d4b",
"brightYellow": "#daa673",
"blue": "#4b8dd0",
"brightBlue": "#73a6da",
"purple": "#8d4bd0",
"brightPurple": "#a673da",
"cyan": "#4bd08d",
"brightCyan": "#73daa6",
"white": "#e0e0e0",
"brightWhite": "#ffffff"
},
// DUMMY ENTRY TO KEEP GIT LOG CLEAN AND BEAUTIFUL
{}
],
// To unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings
"keybindings":
[
// iTerm style tab operation
{ "command": "closeTab", "keys": "alt+w" },
{ "command": "newTab", "keys": "alt+t" },
{ "command": { "action": "newTab", "index": 1 }, "keys": "alt+shift+t" },
{ "command": "prevTab", "keys": "alt+shift+[" },
{ "command": "nextTab", "keys": "alt+shift+]" },
{ "command": { "action": "switchToTab", "index": 0 }, "keys": "alt+1" },
{ "command": { "action": "switchToTab", "index": 1 }, "keys": "alt+2" },
{ "command": { "action": "switchToTab", "index": 2 }, "keys": "alt+3" },
{ "command": { "action": "switchToTab", "index": 3 }, "keys": "alt+4" },
{ "command": { "action": "switchToTab", "index": 4 }, "keys": "alt+5" },
{ "command": { "action": "switchToTab", "index": 5 }, "keys": "alt+6" },
{ "command": { "action": "switchToTab", "index": 6 }, "keys": "alt+7" },
{ "command": { "action": "switchToTab", "index": 7 }, "keys": "alt+8" },
{ "command": { "action": "switchToTab", "index": 8 }, "keys": "alt+9" },
{ "command": { "action": "switchToTab", "index": 9 }, "keys": "alt+0" },
// WSLTTY style hotkeys
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+insert" },
{ "command": "paste", "keys": "shift+insert" },
{ "command": "find", "keys": "alt+f3" },
// DUMMY ENTRY TO KEEP GIT LOG CLEAN AND BEAUTIFUL
{}
]
}