mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Restore missing key binding for %, from Chris Johnsen.
This commit is contained in:
@ -36,7 +36,7 @@ const struct cmd_entry cmd_split_window_entry = {
|
|||||||
"[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
|
"[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
|
||||||
CMD_TARGET_PANE_USAGE " [command]",
|
CMD_TARGET_PANE_USAGE " [command]",
|
||||||
0,
|
0,
|
||||||
NULL,
|
cmd_split_window_key_binding,
|
||||||
cmd_split_window_exec
|
cmd_split_window_exec
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user