diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:13:55 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-07-11 17:13:55 +0000 |
commit | a10143a2d17a1f12d13d8f2e702158da1a93f755 (patch) | |
tree | fc9224ff8a1494cb8da88057389959dfc5585268 /key-bindings.c | |
parent | 38530de62258baf12a89f508025f2dc38ce8b5f5 (diff) | |
download | rtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.tar.gz rtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.tar.bz2 rtmux-a10143a2d17a1f12d13d8f2e702158da1a93f755.zip |
Sync OpenBSD patchset 1146:
Add choose-tree command to show windows and sessions in the same
list. Change choose-window and -session to use the same code. From
Thomas Adam.
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index b80728b9..24f98c60 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -147,7 +147,7 @@ key_bindings_init(void) { 'p', 0, &cmd_previous_window_entry }, { 'q', 0, &cmd_display_panes_entry }, { 'r', 0, &cmd_refresh_client_entry }, - { 's', 0, &cmd_choose_session_entry }, + { 's', 0, &cmd_choose_tree_entry }, { 't', 0, &cmd_clock_mode_entry }, { 'u', 1, &cmd_select_layout_entry }, { 'w', 0, &cmd_choose_window_entry }, |