-
-
Save DHowett-MSFT/ec2d24cf2b84e1555fb56a1192e4fb94 to your computer and use it in GitHub Desktop.
A replacement for bmarkovic's settings.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file was initially generated by Windows Terminal 0.11.1121.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": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"profiles": { | |
"defaults": { | |
// Put settings here that you want to apply to all profiles. | |
"fontFace": "Consolas", | |
"fontSize": 10, | |
"colorScheme": "Campbell", | |
"padding": "0, 0, 0, 0" | |
}, | |
"list": [ | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{25c67efe-76e3-46b0-bbf6-759e0081356c}", | |
"name": "Git Bash", | |
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe --login -i", | |
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png" | |
}, | |
{ | |
// Make changes here to the cmd.exe profile. | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
// Make changes here to the powershell.exe profile. | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
] | |
}, | |
// Add custom color schemes to this array. | |
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes | |
"schemes": [], | |
"keybindings": [ | |
{ "command": "closeTab", "keys": [ "ctrl+w" ] }, | |
{ "command": "newTab", "keys": [ "ctrl+t" ] }, | |
{ | |
"command": { "action": "splitPane", "split": "horizontal" }, | |
"keys": "ctrl+shift+r" | |
}, | |
{ | |
"command": { "action": "splitPane", "split": "vertical" }, | |
"keys": "ctrl+shift+e" | |
}, | |
{ "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" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment