summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-05-05 23:24:23 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-05-05 23:24:23 +0000
commite0f4697e7cfd1a09d6332eae607fd3a9a1181234 (patch)
treeee2c7974dfeedcddb80acbeb5bf23f4a74450a12 /key-bindings.c
parentc4a2fdf15b5f6cd35319e36636b7daee8061c2ab (diff)
Identical behaviour to select-prompt can now be obtained with
command-prompt, so remove select-prompt and change ' to be bound to command-prompt -p index "select-window -t :%%".
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 9a2fcc12..44132202 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -125,7 +125,7 @@ key_bindings_init(void)
{ '?', 0, &cmd_list_keys_entry },
{ 'D', 0, &cmd_choose_client_entry },
{ '[', 0, &cmd_copy_mode_entry },
- { '\'', 0, &cmd_select_prompt_entry },
+ { '\'', 0, &cmd_command_prompt_entry },
{ '\002', /* C-b */ 0, &cmd_send_prefix_entry },
{ '\017', /* C-o */ 0, &cmd_rotate_window_entry },
{ '\032', /* C-z */ 0, &cmd_suspend_client_entry },