Skip to content

Instantly share code, notes, and snippets.

@erinxocon
Created December 28, 2020 04:37
Show Gist options
  • Save erinxocon/0a033295461f695e7d1c385216869a81 to your computer and use it in GitHub Desktop.
Save erinxocon/0a033295461f695e7d1c385216869a81 to your computer and use it in GitHub Desktop.
My current windows terminal profiles json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
"fontFace": "OperatorMono Nerd Font",
"fontSize": 13,
"acrylicOpacity": 0.75,
"useAcrylic": true
},
"list": [
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe -noe -c \"&{Import-Module \"\"\"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\Common7\\Tools\\Microsoft.VisualStudio.DevShell.dll\"\"\"; Enter-VsDevShell 90e381db}",
"cursorShape": "bar",
"guid": "{542eb9a6-93ae-4ab5-ad65-01418ffad9c2}",
"historySize": 9001,
"name": "Developer Command Prompt for VS2019",
"startingDirectory": "%USERPROFILE%"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [],
"actions": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "horizontal",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command": {
"action": "splitPane",
"split": "vertical",
"splitMode": "duplicate"
},
"keys": "alt+d"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment