{
    "mode": "perldoc",
    "parameter": "bind",
    "section": "-f",
    "url": "https://www.chedong.com/phpMan.php/perldoc/bind/json",
    "generated": "2026-06-03T04:23:32Z",
    "sections": [],
    "flags": [],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "Bash builtin to manage bash hotkeys and variables.",
        "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"
            }
        ]
    }
}