Last active
December 25, 2022 03:37
-
-
Save iamCristYe/064011687133e078cc4a0a05ecb48c4f to your computer and use it in GitHub Desktop.
Windows Terminal
This file contains 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": "find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"command": "paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"command": | |
{ | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"keys": "alt+shift+d" | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"launchMode": "maximized", | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"background": "#7E2483", | |
"font": | |
{ | |
"face": "Sarasa Term SC" | |
}, | |
"opacity": 80, | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"name": "Windows PowerShell" | |
}, | |
{ | |
"colorScheme": "Campbell", | |
"cursorShape": "bar", | |
"font": | |
{ | |
"size": 12 | |
}, | |
"guid": "{59b72ad2-09f7-55ec-af87-65d062af8472}", | |
"hidden": false, | |
"name": "Ubuntu 20.04.5 LTS", | |
"source": "CanonicalGroupLimited.Ubuntu20.04LTS_79rhkp1fndgsc" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment