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

1
cmd.c
View File

@ -32,6 +32,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_bind_key_entry,
&cmd_break_pane_entry,
&cmd_capture_pane_entry,
&cmd_choose_buffer_entry,
&cmd_choose_client_entry,
&cmd_choose_session_entry,
&cmd_choose_window_entry,