Include the existing window and session name in the prompt when renaming

and add a new key binding ($) for rename session. From Tiago Cunha.
This commit is contained in:
Nicholas Marriott
2011-07-03 18:18:15 +00:00
parent ad60a2c952
commit 94f86edfee
3 changed files with 8 additions and 0 deletions

View File

@ -106,6 +106,7 @@ key_bindings_init(void)
{ '!', 0, &cmd_break_pane_entry },
{ '"', 0, &cmd_split_window_entry },
{ '#', 0, &cmd_list_buffers_entry },
{ '$', 0, &cmd_command_prompt_entry },
{ '%', 0, &cmd_split_window_entry },
{ '&', 0, &cmd_confirm_before_entry },
{ '(', 0, &cmd_switch_client_entry },