Skip to content

Instantly share code, notes, and snippets.

@jeffsharpe
Last active May 30, 2020 15:12
Show Gist options
  • Save jeffsharpe/a15747c92de8ca87978c51288496ce70 to your computer and use it in GitHub Desktop.
Save jeffsharpe/a15747c92de8ca87978c51288496ce70 to your computer and use it in GitHub Desktop.
// 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": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"profiles":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"fontFace": "Delugia Nerd Font",
"tabTitle": "PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"tabTitle": "Command Shell",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"name": "Ubuntu-18.04",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu-18.04/home/jeff/",
"backgroundImageOpacity": 0.75,
"fontFace": "Consolas",
"fontSize": 12,
"closeOnExit": true,
"colorScheme": "Campbell",
"tabTitle": "Ubuntu 18.04"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu-20.04/home/jeff/",
"colorScheme": "Campbell",
"fontSize": 12,
"fontFace": "Consolas",
"closeOnExit": true,
"tabTitle": "Ubuntu 20.04"
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Debian/home/jeff/",
"colorScheme": "Campbell",
"fontSize": 12,
"fontFace": "Consolas",
"closeOnExit": true,
"tabTitle": "Debian"
},
{
"guid": "{0110db4a-cf7b-5647-9a03-7232d80cd09e}",
"hidden": false,
"name": "openSUSE-Leap-15-1",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/openSUSE-Leap-15-1/home/jeff",
"colorScheme": "Campbell",
"closeOnExit": true,
"fontSize": 12,
"fontFace": "Consolas",
"tabTitle": "openSUSe 15.1"
}
],
// Add custom color schemes to this array
"schemes": [],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{
"command": "closeTab",
"keys": [
"ctrl+w"
]
},
{
"command": "newTab",
"keys": [
"ctrl+t"
]
},
{
"command": "nextTab",
"keys": [
"ctrl+tab"
]
},
{
"command": "prevTab",
"keys": [
"ctrl+shift+tab"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment