Restore missing key binding for %, from Chris Johnsen.

pull/1/head
Nicholas Marriott 2013-10-01 23:27:36 +01:00
parent 884a21d0f5
commit d0fa48db1e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const struct cmd_entry cmd_split_window_entry = {
"[-dhvP] [-c start-directory] [-F format] [-p percentage|-l size] "
CMD_TARGET_PANE_USAGE " [command]",
0,
NULL,
cmd_split_window_key_binding,
cmd_split_window_exec
};