mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Remove bind-key -c which doesn't do anything and is undocumented.
This commit is contained in:
parent
44dad918f8
commit
87bcc0c7e0
@ -33,8 +33,8 @@ const struct cmd_entry cmd_bind_key_entry = {
|
|||||||
.name = "bind-key",
|
.name = "bind-key",
|
||||||
.alias = "bind",
|
.alias = "bind",
|
||||||
|
|
||||||
.args = { "cnrN:T:", 2, -1 },
|
.args = { "nrN:T:", 2, -1 },
|
||||||
.usage = "[-cnr] [-T key-table] [-N note] key "
|
.usage = "[-nr] [-T key-table] [-N note] key "
|
||||||
"command [arguments]",
|
"command [arguments]",
|
||||||
|
|
||||||
.flags = CMD_AFTERHOOK,
|
.flags = CMD_AFTERHOOK,
|
||||||
|
Loading…
Reference in New Issue
Block a user