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

View File

@ -124,6 +124,7 @@ key_bindings_init(void)
{ '8', 0, &cmd_select_window_entry },
{ '9', 0, &cmd_select_window_entry },
{ ':', 0, &cmd_command_prompt_entry },
{ ';', 0, &cmd_last_pane_entry },
{ '=', 0, &cmd_choose_buffer_entry },
{ '?', 0, &cmd_list_keys_entry },
{ 'D', 0, &cmd_choose_client_entry },