Skip to content

Instantly share code, notes, and snippets.

@Bigous
Last active August 15, 2020 13:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bigous/6da7c4c581ad4c52106174a12b9d4b83 to your computer and use it in GitHub Desktop.
Save Bigous/6da7c4c581ad4c52106174a12b9d4b83 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
// This file was initially generated by Windows Terminal 1.0.1811.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
// You can add more global application settings here.
// To learn more about global settings, visit https://aka.ms/terminal-global-settings
// If enabled, selections are automatically copied to your clipboard.
"copyOnSelect": false,
// If enabled, formatted data is also copied to your clipboard
"copyFormatting": false,
// A profile specifies a command to execute paired with information about how it should look and feel.
// Each one of them will appear in the 'New Tab' dropdown,
// and can be invoked from the commandline with `wt.exe -p xxx`
// To learn more about profiles, visit https://aka.ms/terminal-profile-settings
//"initialPosition": "798,416", // 1920x1080
"initialPosition": "640,664", // 3000x2000 - Surface High DPI com 200% de scale
"snapToGridOnResize": true,
"profiles":
{
"defaults":
{
// Put settings here that you want to apply to all profiles.
"backgroundImage": "%USERPROFILE%/OneDrive/imgs/Beste-Reisezeit-für-Cancun-paradiesischer-Strand-Sonnenuntergang.jpeg",
"backgroundImageOpacity": 0.15,
"backgroundImageStretchMode": "uniformToFill",
"cursorShape": "bar",
"colorScheme": "Bigous"
},
"list":
[
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"backgroundImage": "%USERPROFILE%/OneDrive/imgs/powershell_wallpaper.png",
"hidden": false
},
{
// Make changes here to the cmd.exe profile.
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Prompt de comando",
"commandline": "cmd.exe",
"backgroundImage": "%USERPROFILE%/OneDrive/imgs/CMD_wallpaper.jpg",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"backgroundImage": "%USERPROFILE%/OneDrive/imgs/powershell_wallpaper.png",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"backgroundImage": "%USERPROFILE%/OneDrive/imgs/ubuntu_wallpaper.jpg",
"source": "Windows.Terminal.Wsl"
}
]
},
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [{
"name": "Bigous",
"foreground": "#CCCCCC",
"background": "#0C0C0C",
"cursorColor": "#FFFFFF",
"black": "#0C0C0C",
"red": "#C00C0C",
"green": "#0C810C",
"yellow": "#A0A00C",
"blue": "#0C37DA",
"purple": "#881798",
"cyan": "#0C9696",
"white": "#C0C0C0",
"brightBlack": "#404040",
"brightRed": "#E74856",
"brightGreen": "#16C60C",
"brightYellow": "#F2F20C",
"brightBlue": "#3B78FF",
"brightPurple": "#B4009E",
"brightCyan": "#0CD6D6",
"brightWhite": "#F2F2F2"
}],
// Add custom keybindings to this array.
// To unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings
"keybindings": [
{ "command": { "action": "newTab", "index": 0 }, "keys": "ctrl+f1" },
{ "command": { "action": "newTab", "index": 1 }, "keys": "ctrl+f2" },
{ "command": { "action": "newTab", "index": 2 }, "keys": "ctrl+f3" },
{ "command": { "action": "newTab", "index": 3 }, "keys": "ctrl+f4" },
{ "command": { "action": "newTab", "index": 4 }, "keys": "ctrl+f5" },
{ "command": { "action": "newTab", "index": 5 }, "keys": "ctrl+f6" },
{ "command": { "action": "newTab", "index": 6 }, "keys": "ctrl+f7" },
{ "command": { "action": "newTab", "index": 7 }, "keys": "ctrl+f8" },
{ "command": { "action": "newTab", "index": 8 }, "keys": "ctrl+f9" },
{ "command": { "action": "switchToTab", "index": 0 }, "keys": "shift+f1" },
{ "command": { "action": "switchToTab", "index": 1 }, "keys": "shift+f2" },
{ "command": { "action": "switchToTab", "index": 2 }, "keys": "shift+f3" },
{ "command": { "action": "switchToTab", "index": 3 }, "keys": "shift+f4" },
{ "command": { "action": "switchToTab", "index": 4 }, "keys": "shift+f5" },
{ "command": { "action": "switchToTab", "index": 5 }, "keys": "shift+f6" },
{ "command": { "action": "switchToTab", "index": 6 }, "keys": "shift+f7" },
{ "command": { "action": "switchToTab", "index": 7 }, "keys": "shift+f8" },
{ "command": { "action": "switchToTab", "index": 8 }, "keys": "shift+f9" },
// To learn more about selection, visit https://aka.ms/terminal-selection
// Press Ctrl+Shift+F to open the search box
{ "command": "find", "keys": "ctrl+shift+f" },
// Press Alt+Shift+D to open a new pane.
// - "split": "auto" makes this pane open in the direction that provides the most surface area.
// - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
// To learn more about panes, visit https://aka.ms/terminal-panes
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
]
}
@Bigous
Copy link
Author

Bigous commented Jul 9, 2020

More generic aproach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment