Last active
April 9, 2025 02:34
-
-
Save flcdrg/db52f72b9e63d01d15c36840e4175d2f to your computer and use it in GitHub Desktop.
Windows Terminal settings - in $Env:LOCALAPPDATA\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"keybindings": | |
[ | |
{ | |
"id": "Terminal.CopyToClipboard", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "Terminal.PasteFromClipboard", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "Terminal.FindText", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "Terminal.DuplicatePaneAuto", | |
"keys": "alt+shift+d" | |
} | |
], | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"font": | |
{ | |
"face": "CaskaydiaCove NF" | |
} | |
}, | |
"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": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{f95f0abd-a207-56c9-aed6-a49df12468c5}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{d253a0a6-bf0c-5904-be93-704d676b8b1f}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{174410cb-82fe-5e31-81ed-679c265acde8}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022 [Preview]", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{26222d04-2750-524c-967f-c388be14f965}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022 [Preview]", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{963ff2f7-6aed-5ce3-9d91-90d99571f53a}", | |
"hidden": true, | |
"name": "Ubuntu-24.04", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{888d95ea-1827-5f87-9796-3aae55b0157a}", | |
"hidden": false, | |
"name": "Ubuntu-24.04", | |
"source": "Microsoft.WSL" | |
}, | |
{ | |
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
"hidden": true, | |
"name": "Visual Studio Debug Console", | |
"source": "VSDebugConsole" | |
} | |
] | |
}, | |
"schemes": [], | |
"themes": [], | |
"windowingBehavior": "useAnyExisting" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment