Skip to content

Instantly share code, notes, and snippets.

@ridhwaans
Created July 16, 2025 20:33
Show Gist options
  • Save ridhwaans/6340a55d18f8657d0683a9bcc0c0d8e7 to your computer and use it in GitHub Desktop.
Save ridhwaans/6340a55d18f8657d0683a9bcc0c0d8e7 to your computer and use it in GitHub Desktop.
windowsterminal settings.json
// See https://learn.microsoft.com/en-us/windows/terminal/customize-settings/startup for more
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"launchMode": "maximizedFocus",
"profiles": {
"defaults": {},
"list": [
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"commandline": "C:\\WINDOWS\\system32\\wsl.exe -d Ubuntu",
"startingDirectory": "//wsl$/Ubuntu/home/ridhwaans",
"source": "Windows.Terminal.Wsl",
"font": {
"face": "Roboto Mono for Powerline",
"size": 10
},
"colorScheme": "Gotham"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
{
"name": "Gotham",
"background": "#0a0f14",
"foreground": "#98d1ce",
"cursorColor": "#98d1ce",
"black": "#0a0f14",
"blue": "#13789c",
"brightBlack": "#10151b",
"brightBlue": "#72b3ca",
"brightCyan": "#599caa",
"brightGreen": "#abe4bb",
"brightPurple": "#b8bcdf",
"brightRed": "#d26939",
"brightWhite": "#d3ebe9",
"brightYellow": "#f6d8a1",
"cyan": "#33859d",
"green": "#26a98b",
"purple": "#888ba5",
"red": "#dc362c",
"white": "#98d1ce",
"yellow": "#edb54b",
"selectionBackground": "#0c3040"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment