Skip to content

Instantly share code, notes, and snippets.

@thiagobraga
Created October 18, 2020 05:51
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 thiagobraga/11bbcb8a5b7bfbb4f74c8059046bdf4d to your computer and use it in GitHub Desktop.
Save thiagobraga/11bbcb8a5b7bfbb4f74c8059046bdf4d to your computer and use it in GitHub Desktop.
Windows Terminal backup config
{
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"initialCols": 90,
"initialRows": 25,
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
"keybindings": [
{ "command": "closePane", "keys": ["ctrl+w"] },
{ "command": "duplicateTab", "keys": ["ctrl+d"] },
{ "command": "newTab", "keys": ["ctrl+t"] },
{ "command": "copy", "keys": ["ctrl+c"] },
{ "command": "paste", "keys": ["ctrl+v"] },
{ "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": ["ctrl+alt+1"] },
{ "command": "switchToTab1", "keys": ["ctrl+alt+2"] },
{ "command": "switchToTab2", "keys": ["ctrl+alt+3"] },
{ "command": "switchToTab3", "keys": ["ctrl+alt+4"] },
{ "command": "switchToTab4", "keys": ["ctrl+alt+5"] },
{ "command": "switchToTab5", "keys": ["ctrl+alt+6"] },
{ "command": "switchToTab6", "keys": ["ctrl+alt+7"] },
{ "command": "switchToTab7", "keys": ["ctrl+alt+8"] },
{ "command": "switchToTab8", "keys": ["ctrl+alt+9"] }
]
},
"profiles": [
{
"name": "Ubuntu-18.04",
"commandline": "wsl.exe -d Ubuntu-18.04",
"colorScheme": "Nord",
"startingDirectory": "//wsl$/Ubuntu-18.04/home/thiago/projetos",
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"cursorColor": "#f1f1f1",
"cursorShape": "bar",
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"padding": "10, 10, 10, 10",
"fontFace": "Meslo LG L for Powerline",
"fontSize": 9,
"closeOnExit": true,
"snapOnInput": true,
"useAcrylic": true,
"acrylicOpacity": 0.5,
"historySize": 9001
},
{
"name": "cmd",
"commandline": "cmd.exe",
"colorScheme": "Nord",
"startingDirectory": "%USERPROFILE%",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"cursorColor": "#f1f1f1",
"cursorShape": "bar",
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"padding": "10, 10, 10, 10",
"fontFace": "Meslo LG L for Powerline",
"fontSize": 9,
"closeOnExit": true,
"snapOnInput": true,
"useAcrylic": true,
"acrylicOpacity": 0.5,
"historySize": 9001
},
{
"name": "PowerShell",
"commandline": "powershell.exe",
"colorScheme": "Nord",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"cursorColor": "#f1f1f1",
"cursorShape": "bar",
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"padding": "10, 10, 10, 10",
"fontFace": "Meslo LG L for Powerline",
"fontSize": 9,
"closeOnExit": true,
"snapOnInput": true,
"useAcrylic": true,
"acrylicOpacity": 0.5,
"historySize": 9001
}
],
"schemes": [
{
"name": "One Half Dark",
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"name": "Nord",
"background": "#2E3440",
"black": "#3B4252",
"blue": "#114863",
"brightBlack": "#4C566A",
"brightBlue": "#81A1C1",
"brightCyan": "#8FBCBB",
"brightGreen": "#A3BE8C",
"brightPurple": "#B48EAD",
"brightRed": "#BF616A",
"brightWhite": "#ECEFF4",
"brightYellow": "#EBCB8B",
"cyan": "#88C0D0",
"foreground": "#D8DEE9",
"green": "#A3BE8C",
"purple": "#B48EAD",
"red": "#BF616A",
"white": "#E5E9F0",
"yellow": "#EBCB8B"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment