Created
October 4, 2024 14:32
-
-
Save socraticprogrammer/4d161cf60a85b85a5c7335204f10e7dc to your computer and use it in GitHub Desktop.
Windows Terminal configuration file.
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-preview", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"id": "User.copy.644BA8F2" | |
}, | |
{ | |
"command": "paste", | |
"id": "User.paste" | |
}, | |
{ | |
"command": "find", | |
"id": "User.find" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878" | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{2d044caf-d4d8-430c-905f-788a6318aa11}", | |
"keybindings": [ | |
{ | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "User.paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
} | |
], | |
"launchMode": "default", | |
"newTabMenu": [ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": { | |
"defaults": {}, | |
"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": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": true, | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" | |
}, | |
{ | |
"guid": "{f25748f0-1a89-5aed-825c-03a180c71e2f}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{88243846-e464-5e21-894e-0af502d95b54}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"colorScheme": "IBM 5153", | |
"commandline": "C:\\Program Files\\Git\\usr\\bin\\bash.exe --login -i", | |
"cursorShape": "vintage", | |
"experimental.retroTerminalEffect": true, | |
"font": { | |
"face": "Cascadia Code" | |
}, | |
"guid": "{2d044caf-d4d8-430c-905f-788a6318aa11}", | |
"hidden": false, | |
"icon": "%USERPROFILE%\\Downloads\\git-bash.png", | |
"name": "Git Bash", | |
"startingDirectory": "%USERPROFILE%/Documents", | |
"tabTitle": "Git Bash" | |
} | |
] | |
}, | |
"schemes": [], | |
"theme": "dark", | |
"themes": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment