Skip to content

Instantly share code, notes, and snippets.

@bitsper2nd
Last active July 17, 2024 15:54
Show Gist options
  • Save bitsper2nd/2051e8e338b6d2488e83939320a4104b to your computer and use it in GitHub Desktop.
Save bitsper2nd/2051e8e338b6d2488e83939320a4104b to your computer and use it in GitHub Desktop.
My Windows Terminal settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "commandPalette"
},
"keys": "ctrl+shift+p"
},
{
"command": {
"action": "newTab"
},
"keys": "ctrl+t"
},
{
"command": {
"action": "switchToTab",
"index": 0
},
"keys": "ctrl+1"
},
{
"command": {
"action": "switchToTab",
"index": 1
},
"keys": "ctrl+2"
},
{
"command": {
"action": "switchToTab",
"index": 2
},
"keys": "ctrl+3"
},
{
"command": {
"action": "switchToTab",
"index": 3
},
"keys": "ctrl+4"
},
{
"command": {
"action": "switchToTab",
"index": 4
},
"keys": "ctrl+5"
},
{
"command": {
"action": "switchToTab",
"index": 5
},
"keys": "ctrl+6"
},
{
"command": {
"action": "switchToTab",
"index": 6
},
"keys": "ctrl+7"
},
{
"command": {
"action": "switchToTab",
"index": 7
},
"keys": "ctrl+8"
},
{
"command": {
"action": "switchToTab",
"index": 8
},
"keys": "ctrl+9"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "toggleAlwaysOnTop",
"keys": "alt+shift+f11"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command": "closePane",
"keys": "ctrl+w"
},
{
"command": "toggleFocusMode",
"keys": "shift+f11"
},
{
"command": {
"action": "splitPane"
},
"keys": "ctrl+shift+minus"
},
{
"command": {
"action": "newWindow"
},
"keys": "ctrl+n"
},
{
"command": {
"action": "openSettings",
"target": "settingsUI"
}
},
{
"command": {
"action": "openSettings",
"target": "settingsFile"
},
"keys": "ctrl+shift+comma"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"newTabMenu": [
{
"type": "remainingProfiles"
}
],
"profiles": {
"defaults": {
"font": {
"size": 12.0
}
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"name": "Windows PowerShell",
"useAcrylic": false
},
{
"colorScheme": "Monokai Plus (Spectrum)",
"experimental.retroTerminalEffect": false,
"font": {
"face": "Berkeley Mono",
"size": 11.0,
"weight": "normal"
},
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"antialiasingMode": "cleartype",
"colorScheme": "Monokai Plus",
"commandline": "pwsh.exe -noLogo",
"font": {
"face": "PragmataPro Mono",
"size": 12.0
},
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"opacity": 100,
"source": "Windows.Terminal.PowershellCore"
}
]
},
"schemes": [
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#012456",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"name": "Campbell Powershell",
"purple": "#881798",
"red": "#C50F1F",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#403E41",
"black": "#403E41",
"blue": "#FC9867",
"brightBlack": "#727072",
"brightBlue": "#FC9867",
"brightCyan": "#78DCE8",
"brightGreen": "#A9DC76",
"brightPurple": "#AB9DF2",
"brightRed": "#FF6188",
"brightWhite": "#FCFCFA",
"brightYellow": "#FFD866",
"cursorColor": "#FCFCFA",
"cyan": "#78DCE8",
"foreground": "#FCFCFA",
"green": "#A9DC76",
"name": "Monokai Plus",
"purple": "#AB9DF2",
"red": "#FF6188",
"selectionBackground": "#FCFCFA",
"white": "#FCFCFA",
"yellow": "#FFD866"
},
{
"background": "#2A2F38",
"black": "#424B5B",
"blue": "#F69C5E",
"brightBlack": "#727072",
"brightBlue": "#F69C5E",
"brightCyan": "#72CCE8",
"brightGreen": "#9DD274",
"brightPurple": "#BA9CF3",
"brightRed": "#FF6578",
"brightWhite": "#E1E3E4",
"brightYellow": "#EACB64",
"cursorColor": "#E1E3E4",
"cyan": "#72CCE8",
"foreground": "#E1E3E4",
"green": "#9DD274",
"name": "Monokai Plus (Cognition)",
"purple": "#BA9CF3",
"red": "#FF6578",
"selectionBackground": "#E1E3E4",
"white": "#E1E3E4",
"yellow": "#EACB64"
},
{
"background": "#3A4449",
"black": "#3A4449",
"blue": "#FFB270",
"brightBlack": "#6B7678",
"brightBlue": "#FFB270",
"brightCyan": "#7CD5F1",
"brightGreen": "#A2E57B",
"brightPurple": "#BAA0F8",
"brightRed": "#FF6D7E",
"brightWhite": "#F2FFFC",
"brightYellow": "#FFED72",
"cursorColor": "#F2FFFC",
"cyan": "#7CD5F1",
"foreground": "#F2FFFC",
"green": "#A2E57B",
"name": "Monokai Plus (Machine)",
"purple": "#BAA0F8",
"red": "#FF6D7E",
"selectionBackground": "#F2FFFC",
"white": "#F2FFFC",
"yellow": "#FFED72"
},
{
"background": "#3A3D4B",
"black": "#3A3D4B",
"blue": "#FF9B5E",
"brightBlack": "#696D77",
"brightBlue": "#FF9B5E",
"brightCyan": "#9CD1BB",
"brightGreen": "#BAD761",
"brightPurple": "#C39AC9",
"brightRed": "#FF657A",
"brightWhite": "#EAF2F1",
"brightYellow": "#FFD76D",
"cursorColor": "#EAF2F1",
"cyan": "#9CD1BB",
"foreground": "#EAF2F1",
"green": "#BAD761",
"name": "Monokai Plus (Octagon)",
"purple": "#C39AC9",
"red": "#FF657A",
"selectionBackground": "#EAF2F1",
"white": "#EAF2F1",
"yellow": "#FFD76D"
},
{
"background": "#403838",
"black": "#403838",
"blue": "#F38D70",
"brightBlack": "#72696A",
"brightBlue": "#F38D70",
"brightCyan": "#85DACC",
"brightGreen": "#ADDA78",
"brightPurple": "#A8A9EB",
"brightRed": "#FD6883",
"brightWhite": "#FFF1F3",
"brightYellow": "#F9CC6C",
"cursorColor": "#FFF1F3",
"cyan": "#85DACC",
"foreground": "#FFF1F3",
"green": "#ADDA78",
"name": "Monokai Plus (Ristretto)",
"purple": "#A8A9EB",
"red": "#FD6883",
"selectionBackground": "#FFF1F3",
"white": "#FFF1F3",
"yellow": "#F9CC6C"
},
{
"background": "#363537",
"black": "#363537",
"blue": "#FD9353",
"brightBlack": "#69676C",
"brightBlue": "#FD9353",
"brightCyan": "#5AD4E6",
"brightGreen": "#7BD88F",
"brightPurple": "#948AE3",
"brightRed": "#FC618D",
"brightWhite": "#F7F1FF",
"brightYellow": "#FCE566",
"cursorColor": "#F7F1FF",
"cyan": "#5AD4E6",
"foreground": "#F7F1FF",
"green": "#7BD88F",
"name": "Monokai Plus (Spectrum)",
"purple": "#948AE3",
"red": "#C50F1F",
"selectionBackground": "#F7F1FF",
"white": "#F7F1FF",
"yellow": "#FCE566"
}
],
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"snapToGridOnResize": true,
"tabWidthMode": "equal",
"theme": "system",
"windowingBehavior": "useAnyExisting"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment