Skip to content

Instantly share code, notes, and snippets.

@yasintz
Last active February 19, 2021 15:26
Show Gist options
  • Save yasintz/23581125155f5f0091d0bb69563b2363 to your computer and use it in GitHub Desktop.
Save yasintz/23581125155f5f0091d0bb69563b2363 to your computer and use it in GitHub Desktop.
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"list": [
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"cursorShape": "filledBox",
"commandline": "cmd.exe",
"fontSize": 10,
"fontWeight": "bold",
"fontFace": "JetBrains Mono",
"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",
"source": "Windows.Terminal.Wsl"
}
]
},
"schemes": [],
"keybindings": [
{ "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" },
{ "command": "paste", "keys": "ctrl+v" },
{ "command": "find", "keys": "ctrl+f" },
{
"command": {
"action": "splitPane",
"split": "horizontal",
"splitMode": "duplicate"
},
"keys": "ctrl+down"
},
{
"command": {
"action": "splitPane",
"split": "vertical",
"splitMode": "duplicate"
},
"keys": "ctrl+right"
},
{
"command": "newTab",
"keys": "f11"
},
{
"command": "nextTab",
"keys": "shift+right"
},
{
"command": "prevTab",
"keys": "shift+left"
},
{
"command": { "action": "moveFocus", "direction": "up" },
"keys": "ctrl+k"
},
{
"command": { "action": "moveFocus", "direction": "right" },
"keys": "ctrl+l"
},
{
"command": { "action": "moveFocus", "direction": "down" },
"keys": "ctrl+j"
},
{
"command": { "action": "moveFocus", "direction": "left" },
"keys": "ctrl+h"
},
{
"command": { "action": "resizePane", "direction": "up" },
"keys": "alt+k"
},
{
"command": { "action": "resizePane", "direction": "right" },
"keys": "alt+l"
},
{
"command": { "action": "resizePane", "direction": "down" },
"keys": "alt+j"
},
{
"command": { "action": "resizePane", "direction": "left" },
"keys": "alt+h"
},
{ "command": "closePane", "keys": "ctrl+shift+w" },
{ "command": "closeTab", "keys": "ctrl+w" },
{ "command": "commandPalette", "keys": "ctrl+shift+p" },
{
"command": "togglePaneZoom",
"keys": "ctrl+f12"
},
{
"command": "openTabRenamer",
"keys": "f2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment