Skip to content

Instantly share code, notes, and snippets.

@runapp
Created November 23, 2021 11:27
Show Gist options
  • Save runapp/53acaac2be25f0c4f356a1b1f94199f2 to your computer and use it in GitHub Desktop.
Save runapp/53acaac2be25f0c4f356a1b1f94199f2 to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+shift+c"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+insert"
},
{
"command": "paste",
"keys": "ctrl+shift+v"
},
{
"command": "paste",
"keys": "shift+insert"
}
],
"copyFormatting": "none",
"copyOnSelect": true,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"profiles": {
"defaults": {
"bellStyle": "none"
},
"list": [
{
"commandline": "powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"commandline": "cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{914a0d3c-9db4-56f8-a8ac-65f4b7ea8b09}",
"hidden": false,
"name": "openSUSE-Leap-15.2",
"source": "Windows.Terminal.Wsl"
}
]
},
"tabWidthMode": "equal",
"theme": "dark",
"trimBlockSelection": true,
"useAcrylicInTabRow": false,
"windowingBehavior": "useExisting"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment