diff options
author | 2010-05-05 23:24:23 +0000 | |
---|---|---|
committer | 2010-05-05 23:24:23 +0000 | |
commit | 643277e2d36afad565f1b438ca2d84acc94aacd8 (patch) | |
tree | 5dd5889b59d9ff3ed155fde09b4c4c8db0c4103a /usr.bin/tmux/cmd.c | |
parent | Compile the additional sources to handle exceptions (diff) | |
download | wireguard-openbsd-643277e2d36afad565f1b438ca2d84acc94aacd8.tar.xz wireguard-openbsd-643277e2d36afad565f1b438ca2d84acc94aacd8.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 'usr.bin/tmux/cmd.c')
-rw-r--r-- | usr.bin/tmux/cmd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd.c b/usr.bin/tmux/cmd.c index e53fd6a546c..07b728a478a 100644 --- a/usr.bin/tmux/cmd.c +++ b/usr.bin/tmux/cmd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.39 2010/03/22 19:07:52 nicm Exp $ */ +/* $OpenBSD: cmd.c,v 1.40 2010/05/05 23:24:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -85,7 +85,6 @@ const struct cmd_entry *cmd_table[] = { &cmd_save_buffer_entry, &cmd_select_layout_entry, &cmd_select_pane_entry, - &cmd_select_prompt_entry, &cmd_select_window_entry, &cmd_send_keys_entry, &cmd_send_prefix_entry, |