Skip to content

Instantly share code, notes, and snippets.

@ranggasama
Created January 4, 2021 01:20
Show Gist options
  • Save ranggasama/0c6cc937599408f073216ece252b3174 to your computer and use it in GitHub Desktop.
Save ranggasama/0c6cc937599408f073216ece252b3174 to your computer and use it in GitHub Desktop.
WSL2
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
},
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"colorScheme": "Dracula",
"source": "Windows.Terminal.Wsl",
"fontFace" : "MesloLGS NF",
"padding" : "5, 5, 5, 5",
"suppressApplicationTitle": true,
"tabTitle": "Ubuntu"
}
]
},
"schemes": [
{
"name": "Monokai Cmder",
"black": "#272822",
"red": "#a70334",
"green": "#74aa04",
"yellow": "#b6b649",
"blue": "#01549e",
"purple": "#89569c",
"cyan": "#1a83a6",
"white": "#cacaca",
"brightBlack": "#7c7c7c",
"brightRed": "#f3044b",
"brightGreen": "#8dd006",
"brightYellow": "#cccc81",
"brightBlue": "#0383f5",
"brightPurple": "#a87db8",
"brightCyan": "#58c2e5",
"brightWhite": "#ffffff",
"background": "#272822",
"foreground": "#cacaca",
"selectionBackground": "#cccc81",
"cursorColor": "#ffffff"
},
{
"name": "Dracula",
"black": "#000000",
"red": "#ff5555",
"green": "#50fa7b",
"yellow": "#f1fa8c",
"blue": "#bd93f9",
"purple": "#ff79c6",
"cyan": "#8be9fd",
"white": "#bbbbbb",
"brightBlack": "#555555",
"brightRed": "#ff5555",
"brightGreen": "#50fa7b",
"brightYellow": "#f1fa8c",
"brightBlue": "#bd93f9",
"brightPurple": "#ff79c6",
"brightCyan": "#8be9fd",
"brightWhite": "#ffffff",
"background": "#1e1f29",
"foreground": "#f8f8f2"
}
],
"actions": [
{ "command": { "action": "copy", "singleLine": false}, "keys": "ctrl+shift+c" },
{ "command": "paste", "keys": "ctrl+shift+v" },
{ "command": "find", "keys": "ctrl+shift+f" },
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" },
{ "command": { "action": "splitPane", "split": "vertical" }, "keys": "alt+shift+=" },
{ "command": { "action": "splitPane", "split": "horizontal" }, "keys": "alt+shift+-" },
{ "command": { "action": "moveFocus", "direction": "down" }, "keys": "alt+down" },
{ "command": { "action": "moveFocus", "direction": "left" }, "keys": "alt+left" },
{ "command": { "action": "moveFocus", "direction": "right" }, "keys": "alt+right" },
{ "command": { "action": "moveFocus", "direction": "up" }, "keys": "alt+up" },
{ "command": { "action": "resizePane", "direction": "down" }, "keys": "alt+shift+down" },
{ "command": { "action": "resizePane", "direction": "left" }, "keys": "alt+shift+left" },
{ "command": { "action": "resizePane", "direction": "right" }, "keys": "alt+shift+right" },
{ "command": { "action": "resizePane", "direction": "up" }, "keys": "alt+shift+up" },
{ "command": "closePane", "keys": "ctrl+shift+w" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment