Skip to content

Instantly share code, notes, and snippets.

@notlmn
Last active January 28, 2020 07:22
Show Gist options
  • Select an option

  • Save notlmn/b9f77b3b2e703f956a6d8260c7b5958c to your computer and use it in GitHub Desktop.

Select an option

Save notlmn/b9f77b3b2e703f956a6d8260c7b5958c to your computer and use it in GitHub Desktop.
Windows Terminal settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"alwaysShowTabs": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"initialCols": 130,
"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": "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": "dark",
"showTabsInTitlebar": false,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
},
"profiles": {
"defaults": {
"closeOnExit": true,
"colorScheme": "Snazzy",
"cursorColor": "#FF5C57",
"cursorShape": "bar",
"fontFace": "Consolas",
"fontSize": 11,
"historySize": 9001,
"name": "cmd",
"padding": "0, 0, 0, 0",
"scrollbarState": "visible",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%"
},
"list": [
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"name": "Ubuntu (WSL)",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"name": "Powershell Core",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"name": "Powershell",
"source": "Windows.Terminal.Powershell"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
"background": "#282A36",
"black": "#282A36",
"blue": "#57C7FF",
"brightBlack": "#78787E",
"brightBlue": "#57C7FF",
"brightCyan": "#9AEDFE",
"brightGreen": "#5AF78E",
"brightPurple": "#FF6AC1",
"brightRed": "#FF5C57",
"brightWhite": "#F1F1F0",
"brightYellow": "#F3F99D",
"cyan": "#9AEDFE",
"foreground": "#E2E4E5",
"green": "#5AF78E",
"name": "Snazzy",
"purple": "#FF6AC1",
"red": "#FF5C57",
"white": "#E2E4E5",
"yellow": "#F3F99D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment