Skip to content

Instantly share code, notes, and snippets.

@ktopouzi
Created February 26, 2020 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ktopouzi/af27fb27fc83f1152b0a2e6ba025a3f2 to your computer and use it in GitHub Desktop.
Save ktopouzi/af27fb27fc83f1152b0a2e6ba025a3f2 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",
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"keybindings": [
{
"command": "closeTab",
"keys": ["ctrl+w"]
},
{
"command": "newTab",
"keys": ["ctrl+t"]
},
{
"command": "newTabProfile0",
"keys": ["ctrl+shift+1"]
},
{
"command": "newTabProfile1",
"keys": ["ctrl+shift+2"]
},
{
"command": "newTabProfile2",
"keys": ["ctrl+shift+3"]
},
{
"command": "newTabProfile3",
"keys": ["ctrl+shift+4"]
},
{
"command": "newTabProfile4",
"keys": ["ctrl+shift+5"]
},
{
"command": "newTabProfile5",
"keys": ["ctrl+shift+6"]
},
{
"command": "newTabProfile6",
"keys": ["ctrl+shift+7"]
},
{
"command": "newTabProfile7",
"keys": ["ctrl+shift+8"]
},
{
"command": "newTabProfile8",
"keys": ["ctrl+shift+9"]
},
{
"command": "nextTab",
"keys": ["ctrl+tab"]
},
{
"command": "prevTab",
"keys": ["ctrl+shift+tab"]
},
{
"command": "scrollDown",
"keys": ["ctrl+shift+down"]
},
{
"command": "scrollDownPage",
"keys": ["ctrl+shift+pgdn"]
},
{
"command": "scrollUp",
"keys": ["ctrl+shift+up"]
},
{
"command": "scrollUpPage",
"keys": ["ctrl+shift+pgup"]
},
{
"command": "switchToTab0",
"keys": ["alt+1"]
},
{
"command": "switchToTab1",
"keys": ["alt+2"]
},
{
"command": "switchToTab2",
"keys": ["alt+3"]
},
{
"command": "switchToTab3",
"keys": ["alt+4"]
},
{
"command": "switchToTab4",
"keys": ["alt+5"]
},
{
"command": "switchToTab5",
"keys": ["alt+6"]
},
{
"command": "switchToTab6",
"keys": ["alt+7"]
},
{
"command": "switchToTab7",
"keys": ["alt+8"]
},
{
"command": "switchToTab8",
"keys": ["alt+9"]
}
],
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�"
},
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles
},
"list": [
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"colorScheme": "Tomorrow Night Eighties",
"commandline": "powershell.exe",
"hidden": false
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\ktopouzi",
"acrylicOpacity": 0.85,
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"useAcrylic": true,
"colorScheme": "Tomorrow Night Eighties",
"cursorColor": "#FFFFFF",
"cursorShape": "vintage",
"fontFace": "Fira Code",
"fontSize": 16
},
{
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"hidden": false,
"name": "Ubuntu-18.04",
"source": "Windows.Terminal.Wsl",
"useAcrylic": true,
"colorScheme": "Tomorrow Night Eighties",
"cursorColor": "#FFFFFF",
"cursorShape": "vintage",
"fontFace": "Fira Code",
"fontSize": 16,
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\ktopouzi",
"acrylicOpacity": 0.85
}
]
},
// Add custom color schemes to this array
"schemes": [
{
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEE",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEE",
"green": "#300A24",
"name": "UbuntuLegit",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"name": "Tomorrow Night Eighties",
"black": "#000000",
"red": "#f2777a",
"green": "#99cc99",
"yellow": "#ffcc66",
"blue": "#6699cc",
"purple": "#cc99cc",
"cyan": "#66cccc",
"white": "#ffffff",
"brightBlack": "#000000",
"brightRed": "#f2777a",
"brightGreen": "#99cc99",
"brightYellow": "#ffcc66",
"brightBlue": "#6699cc",
"brightPurple": "#cc99cc",
"brightCyan": "#66cccc",
"brightWhite": "#ffffff",
"background": "#2d2d2d",
"foreground": "#cccccc"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment