Skip to content

Instantly share code, notes, and snippets.

@diegonatalo
Created November 25, 2022 20:16
Show Gist options
  • Save diegonatalo/64faa070a945f4633277d53f225878e0 to your computer and use it in GitHub Desktop.
Save diegonatalo/64faa070a945f4633277d53f225878e0 to your computer and use it in GitHub Desktop.
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 80,
"initialRows": 25,
"profiles": {
"defaults": {
"colorScheme": "Omni",
"font": {
"face": "JetBrains Mono",
"size": 10
}
},
"list": [
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -nologo",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
}
]
},
"schemes": [
{
"name": "Omni",
"cursorColor": "#F8F8F2",
"selectionBackground": "#41414D",
"background": "#191622",
"foreground": "#E1E1E6",
"black": "#000000",
"blue": "#BD93F9",
"cyan": "#8D79BA",
"green": "#50FA7B",
"purple": "#FF79C6",
"red": "#FF5555",
"white": "#BFBFBF",
"yellow": "#EFFA78",
"brightBlack": "#4D4D4D",
"brightBlue": "#CAA9FA",
"brightCyan": "#AA91E3",
"brightGreen": "#5AF78E",
"brightPurple": "#FF92D0",
"brightRed": "#FF6E67",
"brightWhite": "#E6E6E6",
"brightYellow": "#EAF08D"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment