{
    "content": [
        {
            "type": "text",
            "text": "# bind (perldoc)\n\n## TLDR\n\n> Bash builtin to manage bash hotkeys and variables.\n\n- List all bound commands and their hotkeys:\n  `bind {{p|-P}}`\n- Query a command for its hotkey:\n  `bind -q {{command}}`\n- Bind a key:\n  `bind -x '\"{{key_sequence}}\":{{command}}'`\n- List user defined bindings:\n  `bind -X`\n- Display help:\n  `help bind`\n\n*Source: tldr-pages*\n\n---\n\n## Full Content\n\n"
        }
    ],
    "structuredContent": {
        "command": "bind",
        "section": "-f",
        "mode": "perldoc",
        "summary": null,
        "synopsis": null,
        "tldr_summary": "Bash builtin to manage bash hotkeys and variables.",
        "tldr_examples": [
            {
                "description": "List all bound commands and their hotkeys",
                "command": "bind {{p|-P}}"
            },
            {
                "description": "Query a command for its hotkey",
                "command": "bind -q {{command}}"
            },
            {
                "description": "Bind a key",
                "command": "bind -x '\"{{key_sequence}}\":{{command}}'"
            },
            {
                "description": "List user defined bindings",
                "command": "bind -X"
            },
            {
                "description": "Display help",
                "command": "help bind"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [],
        "sections": []
    }
}