tmux bind <key> <command> [arguments...]
Bind a key to a command
Arguments
Name | Description |
---|---|
key | The key to bind |
command | The command to bind to the key |
arguments | Arguments for the command |
Options
Name | Description |
---|---|
-n | Alias for -T root |
-r | Indicate that this key may repeat |
-N <note> | Attach a note to the key |
-T <key-table> | The key table to use |