Skip to content

Instantly share code, notes, and snippets.

@oliyoung
Created February 14, 2020 00:15
Show Gist options
  • Save oliyoung/defcf14916387ba5a0ee626430337cff to your computer and use it in GitHub Desktop.
Save oliyoung/defcf14916387ba5a0ee626430337cff to your computer and use it in GitHub Desktop.
windows terminal
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"initialCols": 120,
"initialRows": 30,
"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": "openSettings",
"keys": ["ctrl+,"]
},
{
"command": "paste",
"keys": ["ctrl+v"]
},
{
"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"]
}
],
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
},
"profiles": [
{
"acrylicOpacity": 0.94999998807907104,
"background": "#012456",
"backgroundImageOpacity": 1.0,
"closeOnExit": true,
"colorScheme": "One Half Dark",
"commandline": "powershell.exe",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 12,
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name": "Windows PowerShell",
"padding": "10",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": true
},
{
// "acrylicOpacity": 0.80000001192092896,
// "backgroundImageOpacity": 0.5,
"background": "#011627",
"closeOnExit": true,
"colorScheme": "One Half Dark",
"commandline": "wsl.exe -d Ubuntu",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Cascadia Code",
"fontSize": 11,
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Ubuntu",
"padding": "15",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%"
// "useAcrylic": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
"schemes": [
{
"background": "#282C34",
"black": "#999999",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cyan": "#56B6C2",
"foreground": "#FFFFFF",
"green": "#009900",
"name": "One Half Dark",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#FFFFFF",
"yellow": "#E5C07B"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment