From a22a6deda500945b13687997f09279d62e91e0e8 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 8 Sep 2010 22:02:28 +0000 Subject: Add -n and -p flags to switch-client to move to the next and previous session (yes, it doesn't match window/pane, but so what, nor does switch-client). Based on a diff long ago from "edsouza". --- key-bindings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'key-bindings.c') diff --git a/key-bindings.c b/key-bindings.c index 2a039af0..61d392d3 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -108,6 +108,8 @@ key_bindings_init(void) { '#', 0, &cmd_list_buffers_entry }, { '%', 0, &cmd_split_window_entry }, { '&', 0, &cmd_confirm_before_entry }, + { '(', 0, &cmd_switch_client_entry }, + { ')', 0, &cmd_switch_client_entry }, { ',', 0, &cmd_command_prompt_entry }, { '-', 0, &cmd_delete_buffer_entry }, { '.', 0, &cmd_command_prompt_entry }, -- cgit v1.2.3