{
  "$schema": "https://aka.ms/terminal-profiles-schema",
  "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
  "copyOnSelect": true,
  "copyFormatting": "none",
  "useAcrylicInTabRow": true,
  "alwaysShowTabs": true,
  "showTerminalTitleInTitlebar": true,
  "showTabsInTitlebar": true,
  "tabSwitcherMode": "mru",
  "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?│",
  "theme": "dark",
  "themes": [],

  "profiles": {
    "defaults": {
      "fontFace": "JetBrains Mono",
      "fontSize": 12,
      "fontWeight": "normal",
      "useAcrylic": true,
      "acrylicOpacity": 0.85,
      "cursorShape": "filledBox",
      "antialiasingMode": "cleartype",
      "padding": "10",
      "scrollbarState": "hidden",
      "snapOnInput": true,
      "historySize": 50000
    },
    "list": [
      {
        "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
        "name": "Ubuntu (WSL)",
        "source": "Windows.Terminal.Wsl",
        "commandline": "wsl.exe -d Ubuntu",
        "startingDirectory": "//wsl$/Ubuntu/home/%USERNAME%",
        "colorScheme": "One Half Dark",
        "icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png"
      },
      {
        "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
        "name": "PowerShell 7",
        "commandline": "pwsh.exe -NoLogo",
        "startingDirectory": "%USERPROFILE%",
        "colorScheme": "Campbell Powershell",
        "icon": "ms-appx:///ProfileIcons/pwsh.png"
      },
      {
        "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
        "name": "Windows PowerShell",
        "commandline": "powershell.exe -NoLogo",
        "hidden": true
      },
      {
        "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
        "name": "Command Prompt",
        "commandline": "cmd.exe",
        "hidden": true
      },
      {
        "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
        "name": "Azure Cloud Shell",
        "source": "Windows.Terminal.Azure",
        "hidden": true
      }
    ]
  },

  "schemes": [],

  "actions": [
    { "command": "find",                "keys": "ctrl+shift+f" },
    { "command": "paste",                "keys": "ctrl+shift+v" },
    { "command": "copy",                 "keys": "ctrl+shift+c" },
    { "command": { "action": "splitPane", "split": "right" }, "keys": "alt+shift+plus" },
    { "command": { "action": "splitPane", "split": "down"  }, "keys": "alt+shift+minus" },
    { "command": "closePane",            "keys": "ctrl+shift+w" },
    { "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": "moveFocus", "direction": "down"  }, "keys": "alt+down" },
    { "command": { "action": "newTab" }, "keys": "ctrl+shift+t" },
    { "command": { "action": "nextTab" }, "keys": "ctrl+tab" },
    { "command": { "action": "prevTab" }, "keys": "ctrl+shift+tab" }
  ]
}
