summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-06-21 21:44:09 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-06-21 21:44:09 +0000
commitef7293379f00b85cb96dd0dff128bb503e87612b (patch)
tree10ecce1d0eddb56d6c0beb008ddc87c87d703927 /key-bindings.c
parent386849edc1d7d322d6a48d334f83298ff7cb5501 (diff)
Add a choose-buffer command for easier use of the paste buffer stack.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 44132202..ac4039f9 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -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 },