Skip to content

Instantly share code, notes, and snippets.

@ShardulJunagade
Last active June 21, 2025 04:14
Show Gist options
  • Select an option

  • Save ShardulJunagade/9efb7235dd90cd9b22213737e696a19d to your computer and use it in GitHub Desktop.

Select an option

Save ShardulJunagade/9efb7235dd90cd9b22213737e696a19d to your computer and use it in GitHub Desktop.
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
},
{
"command": "paste",
"id": "User.paste"
},
{
"command": "toggleFocusMode",
"id": "User.toggleFocusMode"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878"
},
{
"command": "find",
"id": "User.find"
},
{
"command": "closePane",
"id": "User.closePane"
},
{
"command": "toggleAlwaysOnTop",
"id": "User.toggleAlwaysOnTop"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"keybindings":
[
{
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.closePane",
"keys": "ctrl+shift+w"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
},
{
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"id": "User.toggleFocusMode",
"keys": "shift+f11"
},
{
"id": "Terminal.ClosePane",
"keys": "ctrl+w"
},
{
"id": "User.toggleAlwaysOnTop",
"keys": "alt+shift+f11"
}
],
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"font":
{
"face": "FiraCode Nerd Font"
},
"opacity": 80
},
"list":
[
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"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"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}",
"hidden": false,
"name": "Git Bash",
"source": "Git"
},
{
"guid": "{8575a83e-b63c-5061-a1f9-eaf0b868300a}",
"hidden": true,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{26ca1aac-cf8f-5c07-be01-ed396df128ce}",
"hidden": true,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"colorScheme": "Campbell",
"cursorShape": "bar",
"guid": "{3be05c88-5fdc-514c-9adf-774f6381e305}",
"hidden": false,
"name": "Ubuntu",
"source": "Microsoft.WSL"
}
]
},
"schemes": [],
"themes": [],
"useAcrylicInTabRow": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment