diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-05-05 23:24:23 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-05-05 23:24:23 +0000 |
commit | e0f4697e7cfd1a09d6332eae607fd3a9a1181234 (patch) | |
tree | ee2c7974dfeedcddb80acbeb5bf23f4a74450a12 /tmux.h | |
parent | c4a2fdf15b5f6cd35319e36636b7daee8061c2ab (diff) | |
download | rtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.tar.gz rtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.tar.bz2 rtmux-e0f4697e7cfd1a09d6332eae607fd3a9a1181234.zip |
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 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |