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 :%%".
This commit is contained in:
Nicholas Marriott
2010-05-05 23:24:23 +00:00
parent c4a2fdf15b
commit e0f4697e7c
7 changed files with 12 additions and 106 deletions

1
tmux.h
View File

@ -1495,7 +1495,6 @@ extern const struct cmd_entry cmd_run_shell_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
extern const struct cmd_entry cmd_select_layout_entry;
extern const struct cmd_entry cmd_select_pane_entry;
extern const struct cmd_entry cmd_select_prompt_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_keys_entry;
extern const struct cmd_entry cmd_send_prefix_entry;