Skip to content

Instantly share code, notes, and snippets.

@andrzejsliwa
Created October 11, 2024 11:19
Show Gist options
  • Save andrzejsliwa/d099417ec4c34324c181af6c00ec2e31 to your computer and use it in GitHub Desktop.
Save andrzejsliwa/d099417ec4c34324c181af6c00ec2e31 to your computer and use it in GitHub Desktop.
settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema-preview",
"actions": [],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{4f2bf769-ff6a-4593-a1e5-1c8f25b19f1c}",
"keybindings":
[
{
"id": null,
"keys": "alt+up"
},
{
"id": null,
"keys": "alt+right"
},
{
"id": null,
"keys": "ctrl+shift+w"
},
{
"id": null,
"keys": "alt+down"
},
{
"id": "Terminal.ClosePane",
"keys": "alt+o"
},
{
"id": "Terminal.DuplicatePaneDown",
"keys": "alt+minus"
},
{
"id": null,
"keys": "alt+left"
},
{
"id": "Terminal.DuplicatePaneAuto",
"keys": "alt+;"
},
{
"id": "Terminal.OpenNewTab",
"keys": "alt+enter"
},
{
"id": "Terminal.MoveFocusDown",
"keys": "alt+j"
},
{
"id": "Terminal.MoveFocusLeft",
"keys": "alt+h"
},
{
"id": "Terminal.MoveFocusRight",
"keys": "alt+l"
},
{
"id": "Terminal.MoveFocusUp",
"keys": "alt+k"
},
{
"id": "Terminal.MoveFocusPrevious",
"keys": "ctrl+alt+left"
},
{
"id": "Terminal.DuplicatePaneAuto",
"keys": "alt+shift+d"
},
{
"id": "Terminal.NextTab",
"keys": "alt+n"
},
{
"id": "Terminal.PrevTab",
"keys": "alt+p"
},
{
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
}
],
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults":
{
"experimental.retroTerminalEffect": false
},
"list":
[
{
"colorScheme": "Catppuccin Mocha",
"commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"font":
{
"size": 18,
"weight": "light"
},
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"colorScheme": "Catppuccin Mocha",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"font":
{
"size": 18,
"weight": "light"
},
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"colorScheme": "Catppuccin Mocha",
"commandline": "wsl.exe ~ -d Ubuntu-24.04",
"font":
{
"face": "IosevkaTerm Nerd Font Mono",
"size": 18,
"weight": "light"
},
"guid": "{acbafd15-cbbb-5bb3-8a61-bed446ff4b83}",
"hidden": false,
"name": "Ubuntu 24.04 LTS",
"source": "CanonicalGroupLimited.Ubuntu24.04LTS_79rhkp1fndgsc"
},
{
"colorScheme": "Catppuccin Mocha",
"commandline": "wsl ~ -d NixOS",
"cursorShape": "filledBox",
"font":
{
"face": "CaskaydiaMono Nerd Font Mono",
"size": 16
},
"guid": "{4f2bf769-ff6a-4593-a1e5-1c8f25b19f1c}",
"hidden": false,
"icon": "https://w7.pngwing.com/pngs/1005/201/png-transparent-nix-package-manager-nixos-unix-linux-linux-blue-angle-text-thumbnail.png",
"name": "NixOS",
"startingDirectory": null,
"tabTitle": "NixOS"
}
]
},
"rendering.graphicsAPI": "direct3d11",
"schemes":
[
{
"background": "#121212",
"black": "#45475A",
"blue": "#89B4FA",
"brightBlack": "#585B70",
"brightBlue": "#89B4FA",
"brightCyan": "#94E2D5",
"brightGreen": "#A6E3A1",
"brightPurple": "#F5C2E7",
"brightRed": "#F38BA8",
"brightWhite": "#A6ADC8",
"brightYellow": "#F9E2AF",
"cursorColor": "#F5E0DC",
"cyan": "#94E2D5",
"foreground": "#CDD6F4",
"green": "#A6E3A1",
"name": "Catppuccin Mocha",
"purple": "#F5C2E7",
"red": "#F38BA8",
"selectionBackground": "#585B70",
"white": "#BAC2DE",
"yellow": "#F9E2AF"
}
],
"theme": "Catppuccin Mocha",
"themes":
[
{
"name": "Catppuccin Mocha",
"tab":
{
"background": "#121212FF",
"iconStyle": "default",
"showCloseButton": "always",
"unfocusedBackground": null
},
"tabRow":
{
"background": "#121212FF",
"unfocusedBackground": "#121212FF"
},
"window":
{
"applicationTheme": "dark",
"experimental.rainbowFrame": true,
"frame": null,
"unfocusedFrame": null,
"useMica": false
}
}
],
"trimBlockSelection": true,
"trimPaste": true,
"useAcrylicInTabRow": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment