tmux_unbind_key
Unbind a specific keybinding or clear all bindings in a tmux table, with options to target the root table or a custom table.
Instructions
Unbind a key. Provide key, or all=True (-a) to clear every binding
(in table if given). root=True (-n) targets the root table. Returns
{"unbound": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| table | No | ||
| root | No | ||
| all | No | ||
| target | No |