Skip to content

Instantly share code, notes, and snippets.

@Santiael
Last active August 15, 2025 19:50
Show Gist options
  • Save Santiael/868f9ea04ed0b74008650ad98f8c5b30 to your computer and use it in GitHub Desktop.
Save Santiael/868f9ea04ed0b74008650ad98f8c5b30 to your computer and use it in GitHub Desktop.
microsoft-terminal-config
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [
{
"command": {
"action": "splitPane",
"split": "left"
},
"id": "User.splitPane.left"
},
{
"command": {
"action": "splitPane",
"split": "down"
},
"id": "User.splitPane.down"
},
{
"command": {
"action": "splitPane",
"split": "right"
},
"id": "User.splitPane.right"
},
{
"command": {
"action": "splitPane",
"split": "up"
},
"id": "User.splitPane.up"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"initialCols": 80,
"initialRows": 20,
"keybindings": [
{
"id": "Terminal.MoveFocusUp",
"keys": "ctrl+shift+k"
},
{
"id": "Terminal.CopyToClipboard",
"keys": "ctrl+c"
},
{
"id": "User.splitPane.down",
"keys": "ctrl+alt+j"
},
{
"id": "Terminal.PasteFromClipboard",
"keys": "ctrl+v"
},
{
"id": "Terminal.MoveFocusLeft",
"keys": "ctrl+shift+h"
},
{
"id": "Terminal.MoveFocusDown",
"keys": "ctrl+shift+j"
},
{
"id": "Terminal.MoveFocusRight",
"keys": "ctrl+shift+l"
},
{
"id": "User.splitPane.left",
"keys": "ctrl+alt+h"
},
{
"id": "User.splitPane.up",
"keys": "ctrl+alt+k"
},
{
"id": "User.splitPane.right",
"keys": "ctrl+alt+l"
},
{
"id": "Terminal.ClosePane",
"keys": "ctrl+w"
}
],
"newTabMenu": [
{
"type": "remainingProfiles"
}
],
"profiles": {
"defaults": {
"backgroundImage": "%USERPROFILE%\\Shared\\images\\backgrounds\\e5d167020de7c04c8683d2782710cefd3edb43c0r1.gif",
"backgroundImageOpacity": 0.4,
"colorScheme": "Catppuccin Mocha",
"font": {
"face": "JetBrainsMono Nerd Font",
"size": 12
}
},
"list": [
{
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Prompt de comando"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [
{
"name": "Catppuccin Mocha",
"cursorColor": "#F5E0DC",
"selectionBackground": "#585B70",
"background": "#1E1E2E",
"foreground": "#CDD6F4",
"black": "#45475A",
"red": "#F38BA8",
"green": "#A6E3A1",
"yellow": "#F9E2AF",
"blue": "#89B4FA",
"purple": "#F5C2E7",
"cyan": "#94E2D5",
"white": "#BAC2DE",
"brightBlack": "#585B70",
"brightRed": "#F38BA8",
"brightGreen": "#A6E3A1",
"brightYellow": "#F9E2AF",
"brightBlue": "#89B4FA",
"brightPurple": "#F5C2E7",
"brightCyan": "#94E2D5",
"brightWhite": "#A6ADC8"
}
],
"theme": "Catppuccin Mocha",
"themes": [
{
"name": "Catppuccin Mocha",
"tab": {
"background": "#1E1E2EFF",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow": {
"background": "#181825FF",
"unfocusedBackground": "#11111BFF"
},
"window": {
"applicationTheme": "dark"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment