mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
switch-pane is now select-pane.
This commit is contained in:
@ -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 },
|
||||
|
Reference in New Issue
Block a user