From b87789707b0b099505f611a6784b3a9fc9f8aa7f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 25 Jun 2008 20:43:14 +0000 Subject: Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. --- key-bindings.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'key-bindings.c') diff --git a/key-bindings.c b/key-bindings.c index ca862514..fe658e53 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -1,4 +1,4 @@ -/* $Id: key-bindings.c,v 1.36 2008-06-25 19:18:20 nicm Exp $ */ +/* $Id: key-bindings.c,v 1.37 2008-06-25 20:43:14 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -103,6 +103,7 @@ key_bindings_init(void) { 'r', &cmd_refresh_client_entry }, { 's', &cmd_list_sessions_entry }, { 'w', &cmd_list_windows_entry }, + { '\'', &cmd_select_prompt_entry }, { META, &cmd_send_prefix_entry }, }; u_int i; -- cgit