aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-06-22 23:35:20 +0000
committerTiago Cunha <tcunha@gmx.com>2010-06-22 23:35:20 +0000
commitbf1e23741015c60e869bd0cdff16e86a35195f7d (patch)
tree4b2d2cd21b102b93ec6614608d7526c6b89acb5a /key-bindings.c
parent8d3b726396d3f5124d31a792a5f3358357f2e105 (diff)
downloadrtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.tar.gz
rtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.tar.bz2
rtmux-bf1e23741015c60e869bd0cdff16e86a35195f7d.zip
Sync OpenBSD patchset 726:
Add a choose-buffer command for easier use of the paste buffer stack.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 1a41398c..7f4a9576 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.92 2010-05-14 14:33:39 tcunha Exp $ */
+/* $Id: key-bindings.c,v 1.93 2010-06-22 23:35:20 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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 },