-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
144 lines (126 loc) · 6.53 KB
/
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
// This file was initially generated by Windows Terminal 1.1.2021.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",
"defaultProfile": "{029fd6fb-df3c-4ee5-b69b-360f933fc0df}",
// You can add more global application settings here.
// To learn more about global settings, visit https://aka.ms/terminal-global-settings
// "launchMode": "maximized",
// If enabled, selections are automatically copied to your clipboard.
"copyOnSelect": false,
// 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":
{
// Put settings here that you want to apply to all profiles.
},
"list":
[
{
"guid": "{029fd6fb-df3c-4ee5-b69b-360f933fc0df}",
"commandline" : "nvim.exe",
"startingDirectory": "C:\\Users\\masa300V",
"name" : "Neovim",
"fontFace": "FiraCode NF",
"fontSize" : 14,
"antialiasingMode": "cleartype",
"snapOnInput": false,
"scrollbarState": "hidden",
"icon" : "C:\\Users\\masa300V\\nvim.png",
"colorScheme": "Tango Dark"
},
]
},
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [],
// Add custom keybindings to this array.
// 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":
[
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
// These two lines additionally bind them to Ctrl+C and Ctrl+V.
// To learn more about selection, visit https://aka.ms/terminal-selection
//masa{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
//masa{ "command": "paste", "keys": "ctrl+v" },
// Press Ctrl+Shift+F to open the search box
//masa{ "command": "find", "keys": "ctrl+shift+f" },
// Press Alt+Shift+D to open a new pane.
// - "split": "auto" makes this pane open in the direction that provides the most surface area.
// - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
// To learn more about panes, visit https://aka.ms/terminal-panes
//masa{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
// Application-level Keys
{ "command": "unbound", "keys": "alt+f4" },
{ "command": "unbound", "keys": "alt+enter" },
{ "command": "unbound", "keys": "f11" },
{ "command": "unbound", "keys": "ctrl+shift+space" },
{ "command": "unbound", "keys": "ctrl+," },
{ "command": "unbound", "keys": "ctrl+alt+," },
{ "command": "unbound", "keys": "ctrl+shift+f" },
// Tab Management
// "command": "closeTab" is unbound by default.
// The closeTab command closes a tab without confirmation, even if it has multiple panes.
{ "command": "unbound", "keys": "ctrl+shift+t" },
{ "command": "unbound", "keys": "ctrl+shift+1" },
{ "command": "unbound", "keys": "ctrl+shift+2" },
{ "command": "unbound", "keys": "ctrl+shift+3" },
{ "command": "unbound", "keys": "ctrl+shift+4" },
{ "command": "unbound", "keys": "ctrl+shift+5" },
{ "command": "unbound", "keys": "ctrl+shift+6" },
{ "command": "unbound", "keys": "ctrl+shift+7" },
{ "command": "unbound", "keys": "ctrl+shift+8" },
{ "command": "unbound", "keys": "ctrl+shift+9" },
{ "command": "unbound", "keys": "ctrl+shift+d" },
{ "command": "unbound", "keys": "ctrl+tab" },
{ "command": "unbound", "keys": "ctrl+shift+tab" },
{ "command": "unbound", "keys": "ctrl+alt+1" },
{ "command": "unbound", "keys": "ctrl+alt+2" },
{ "command": "unbound", "keys": "ctrl+alt+3" },
{ "command": "unbound", "keys": "ctrl+alt+4" },
{ "command": "unbound", "keys": "ctrl+alt+5" },
{ "command": "unbound", "keys": "ctrl+alt+6" },
{ "command": "unbound", "keys": "ctrl+alt+7" },
{ "command": "unbound", "keys": "ctrl+alt+8" },
{ "command": "unbound", "keys": "ctrl+alt+9" },
// Pane Management
{ "command": "unbound", "keys": "ctrl+shift+w" },
{ "command": "unbound", "keys": "alt+shift+-" },
{ "command": "unbound", "keys": "alt+shift+plus" },
{ "command": "unbound", "keys": "alt+shift+down" },
{ "command": "unbound", "keys": "alt+shift+left" },
{ "command": "unbound", "keys": "alt+shift+right" },
{ "command": "unbound", "keys": "alt+shift+up" },
{ "command": "unbound", "keys": "alt+down" },
{ "command": "unbound", "keys": "alt+left" },
{ "command": "unbound", "keys": "alt+right" },
{ "command": "unbound", "keys": "alt+up" },
// Clipboard Integration
{ "command": "unbound", "keys": "ctrl+shift+c" },
{ "command": "unbound", "keys": "ctrl+shift+v" },
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+insert" },
{ "command": "paste", "keys": "shift+insert" },
// Scrollback
{ "command": "unbound", "keys": "ctrl+shift+down" },
{ "command": "unbound", "keys": "ctrl+shift+pgdn" },
{ "command": "unbound", "keys": "ctrl+shift+up" },
{ "command": "unbound", "keys": "ctrl+shift+pgup" },
// Visual Adjustments
{ "command": "unbound", "keys": "ctrl+=" },
{ "command": "unbound", "keys": "ctrl+-" },
{ "command": "unbound", "keys": "ctrl+0" },
{ "command": { "action": "adjustFontSize", "delta": 1 }, "keys": "ctrl+alt+up" },
{ "command": { "action": "adjustFontSize", "delta": -1 }, "keys": "ctrl+alt+down" }
]
}