Last active
April 4, 2025 12:26
-
-
Save HighLibrarian/1d2feb5392c7be3f1631c7b48c9d939e 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": "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": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"keybindings": | |
[ | |
{ | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "User.paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
} | |
], | |
"newTabMenu": | |
[ | |
{ | |
"type": "remainingProfiles" | |
} | |
], | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"backgroundImage": "C:\\ProgramData\\HighLibrarian\\config\\WindowsTerminal\\Backgrounds\\1527292876225.jpg", | |
"backgroundImageOpacity": 0.58, | |
"colorScheme": "Ottosson", | |
"font": | |
{ | |
"face": "MesloLGL Nerd Font" | |
} | |
}, | |
"list": | |
[ | |
{ | |
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"name": "Windows PowerShell", | |
"opacity": 80, | |
"useAcrylic": true | |
}, | |
{ | |
"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": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
"hidden": false, | |
"name": "Git Bash", | |
"source": "Git" | |
} | |
] | |
}, | |
"schemes": [], | |
"themes": [], | |
"useAcrylicInTabRow": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment