Windows Terminal Setting JSON

{
    "$help": "https://aka.ms/terminal-documentation",
    "$schema": "https://aka.ms/terminal-profiles-schema",
    "actions":
    [
        {
            "command":
            {
                "action": "copy",
                "singleLine": false
            },
            "id": "User.copy.644BA8F2"
        },
        {
            "command": "paste",
            "id": "User.paste"
        },
        {
            "command": "find",
            "id": "User.find"
        },
        {
            "command":
            {
                "action": "splitPane",
                "split": "auto",
                "splitMode": "duplicate"
            },
            "id": "User.splitPane.A6751878"
        }
    ],
    "copyFormatting": "none",
    "copyOnSelect": false,
    "defaultProfile": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "keybindings":
    [
        {
            "id": "User.copy.644BA8F2",
            "keys": "ctrl+c"
        },
        {
            "id": "User.find",
            "keys": "ctrl+shift+f"
        },
        {
            "id": "User.paste",
            "keys": "ctrl+v"
        },
        {
            "id": "User.splitPane.A6751878",
            "keys": "alt+shift+d"
        }
    ],
    "newTabMenu":
    [
        {
            "type": "remainingProfiles"
        }
    ],
    "profiles":
    {
        "defaults":
        {
            "backgroundImage": "C:\\Users\\vineel\\OneDrive\\Softs\\Terminal\\animated-tux.gif",
            "backgroundImageAlignment": "bottomRight",
            "backgroundImageStretchMode": "none",
            "font":
            {
                "face": "FiraMono Nerd Font Mono"
            },
            "historySize": 50000
        },
        "list":
        [
            {
                "commandline": "%SystemRoot%\\System32\\cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "Command Prompt",
                "tabTitle": "CMD"
            },
            {
                "commandline": "wt -w 0 -d C:\\r\\paging; sp -V -d C:\\r\\qemu_rust_bins; mf left; sp -H -d C:\\r\\uefi-dxe-core;mf right;sp -H -d C:\\r\\uefi-core; mf first",
                "guid": "{2caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "name": "UEFI - Rust Github Work",
                "tabTitle": "UEFI - Rust Github Work"
            },
            {
                "guid": "{963ff2f7-6aed-5ce3-9d91-90d99571f53a}",
                "hidden": true,
                "name": "Ubuntu-24.04",
                "source": "Windows.Terminal.Wsl"
            },
        ]
    },
    "schemes": [],
    "themes": [],
    // "wordDelimiters": " \\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?\u2502"
    "wordDelimiters": " ()\"',;<>~!@#$%^&*|+=[]{}~?\u2502"
}