Skip to content

Instantly share code, notes, and snippets.

@iamCristYe
Last active December 25, 2022 03:37
Show Gist options
  • Save iamCristYe/064011687133e078cc4a0a05ecb48c4f to your computer and use it in GitHub Desktop.
Save iamCristYe/064011687133e078cc4a0a05ecb48c4f to your computer and use it in GitHub Desktop.
Windows Terminal
{
"$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