Add a last-pane command (bound to ; by default). Requested ages ago by

somebody whose name I have forgotten.
This commit is contained in:
Nicholas Marriott
2010-10-23 13:04:34 +00:00
parent a3efd2ab5a
commit 5de84eca3d
7 changed files with 78 additions and 5 deletions

1
cmd.c
View File

@ -54,6 +54,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_kill_server_entry,
&cmd_kill_session_entry,
&cmd_kill_window_entry,
&cmd_last_pane_entry,
&cmd_last_window_entry,
&cmd_link_window_entry,
&cmd_list_buffers_entry,