Add choose-tree command to show windows and sessions in the same

list. Change choose-window and -session to use the same code. From
Thomas Adam.
This commit is contained in:
Nicholas Marriott
2012-07-08 16:04:38 +00:00
parent 191a92c0c6
commit f20c6fe009
8 changed files with 317 additions and 238 deletions

View File

@ -147,7 +147,7 @@ key_bindings_init(void)
{ 'p', 0, &cmd_previous_window_entry },
{ 'q', 0, &cmd_display_panes_entry },
{ 'r', 0, &cmd_refresh_client_entry },
{ 's', 0, &cmd_choose_session_entry },
{ 's', 0, &cmd_choose_tree_entry },
{ 't', 0, &cmd_clock_mode_entry },
{ 'u', 1, &cmd_select_layout_entry },
{ 'w', 0, &cmd_choose_window_entry },