mirror of
https://github.com/tmux/tmux.git
synced 2025-11-10 20:45:09 +00:00
Move list-commands into list-keys.
This commit is contained in:
@@ -26,14 +26,6 @@
|
||||
|
||||
enum cmd_retval cmd_list_commands_exec(struct cmd *, struct cmd_q *);
|
||||
|
||||
const struct cmd_entry cmd_list_commands_entry = {
|
||||
"list-commands", "lscm",
|
||||
"", 0, 0,
|
||||
"",
|
||||
0,
|
||||
cmd_list_commands_exec
|
||||
};
|
||||
|
||||
enum cmd_retval
|
||||
cmd_list_commands_exec(unused struct cmd *self, struct cmd_q *cmdq)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user