summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 11:23:17 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-04 11:23:17 +0000
commitff56ed7bd66f9be56f525838c21695a8574c1a09 (patch)
tree96633f03a5b2d07a35965f76afc506f3b0e3740a /key-bindings.c
parent225e07fe38ecf4755cdcd38664d82a5611c0b5ac (diff)
Nuke ?.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 6103fe14..d62166ae 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.5 2007-10-04 10:54:21 nicm Exp $ */
+/* $Id: key-bindings.c,v 1.6 2007-10-04 11:23:17 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -81,6 +81,8 @@ key_bindings_init(void)
{ 'd', &cmd_detach_session_entry, NULL },
{ 'S', &cmd_list_sessions_entry, NULL },
{ 's', &cmd_list_sessions_entry, NULL },
+ { 'W', &cmd_list_windows_entry, NULL },
+ { 'w', &cmd_list_windows_entry, NULL },
{ '?', &cmd_list_keys_entry, NULL },
{ '/', &cmd_list_keys_entry, NULL },
{ 'C', &cmd_new_window_entry, NULL },