Created
July 26, 2025 14:54
-
-
Save gblmarquez/34b2bdb3c4613e09956075845a8d956a to your computer and use it in GitHub Desktop.
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": | |
[ | |
{ | |
"command": | |
{ | |
"action": "quakeMode" | |
}, | |
"id": "User.quakeMode.F1E129A4" | |
}, | |
{ | |
"command": "paste", | |
"id": "User.paste" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878" | |
}, | |
{ | |
"command": "find", | |
"id": "User.find" | |
}, | |
{ | |
"command": | |
{ | |
"action": "copy", | |
"singleLine": false | |
}, | |
"id": "User.copy.644BA8F2" | |
} | |
], | |
"copyFormatting": "all", | |
"copyOnSelect": true, | |
"defaultProfile": "{d9fcfdfa-a479-412c-84b7-c5640e61cd62}", | |
"firstWindowPreference": "defaultProfile", | |
"focusFollowMouse": true, | |
"keybindings": | |
[ | |
{ | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "User.paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "User.quakeMode.F1E129A4", | |
"keys": "ctrl+`" | |
}, | |
{ | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
}, | |
{ | |
"id": null, | |
"keys": "win+sc(41)" | |
}, | |
{ | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
} | |
], | |
"launchMode": "maximized", | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"antialiasingMode": "cleartype", | |
"bellStyle": "all", | |
"colorScheme": "Dark+", | |
"cursorShape": "vintage", | |
"elevate": true, | |
"experimental.retroTerminalEffect": false, | |
"font": | |
{ | |
"face": "CaskaydiaCove Nerd Font", | |
"size": 10 | |
}, | |
"historySize": 10001, | |
"opacity": 90, | |
"snapOnInput": true, | |
"startingDirectory": "c:\\gm\\works", | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"name": "Windows PowerShell" | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"hidden": false, | |
"name": "Command Prompt" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"commandline": "cmd.exe /k \"c:\\gm\\tools\\cmdermini\\vendor\\init.bat\"", | |
"connectionType": "{d9fcfdfa-a479-412c-84b7-c5640e61cd62}", | |
"elevate": true, | |
"guid": "{d9fcfdfa-a479-412c-84b7-c5640e61cd62}", | |
"hidden": false, | |
"icon": "c:\\gm\\tools\\cmdermini\\icons\\cmder.ico", | |
"name": "Cmder", | |
"opacity": 83, | |
"useAcrylic": true | |
}, | |
{ | |
"guid": "{f9822c0b-860d-5c97-a766-351e50cc1614}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022 [Preview]", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{b452cd9d-a192-5f74-82a2-72622599ff90}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022 [Preview]", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{8ab8e6f6-35c6-5b46-8419-3e1568105476}", | |
"hidden": false, | |
"name": "podman-machine-default", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
"hidden": true, | |
"name": "Visual Studio Debug Console", | |
"source": "VSDebugConsole" | |
}, | |
{ | |
"guid": "{08798a2c-7a08-5fef-8b29-a47b4fe81c46}", | |
"hidden": false, | |
"name": "podman-main", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
"hidden": false, | |
"name": "Git Bash", | |
"source": "Git" | |
} | |
] | |
}, | |
"schemes": [], | |
"tabSwitcherMode": "mru", | |
"tabWidthMode": "titleLength", | |
"theme": "dark", | |
"themes": [], | |
"useAcrylicInTabRow": true, | |
"windowingBehavior": "useAnyExisting" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment