Add a choose-buffer command for easier use of the paste buffer stack.

This commit is contained in:
Nicholas Marriott
2010-06-21 21:44:09 +00:00
parent 386849edc1
commit ef7293379f
8 changed files with 200 additions and 22 deletions

View File

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