switch-pane is now select-pane.

This commit is contained in:
Nicholas Marriott
2009-01-14 19:56:55 +00:00
parent 3f51dcdfc3
commit d1eb153368
8 changed files with 44 additions and 40 deletions

View File

@ -1,4 +1,4 @@
/* $Id: key-bindings.c,v 1.47 2009-01-14 19:41:15 nicm Exp $ */
/* $Id: key-bindings.c,v 1.48 2009-01-14 19:56:55 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -102,7 +102,7 @@ key_bindings_init(void)
{ 'd', &cmd_detach_client_entry },
{ 'l', &cmd_last_window_entry },
{ 'n', &cmd_next_window_entry },
{ 'o', &cmd_switch_pane_entry },
{ 'o', &cmd_down_pane_entry },
{ 'p', &cmd_previous_window_entry },
{ 'r', &cmd_refresh_client_entry },
{ 's', &cmd_list_sessions_entry },