summaryrefslogtreecommitdiffstats
path: root/cmd-choose-tree.c
diff options
context:
space:
mode:
authornicm <nicm>2017-08-23 09:39:11 +0000
committernicm <nicm>2017-08-23 09:39:11 +0000
commit08b125194ee37b9f2c597b6a39376c47dd74433b (patch)
tree31d1d9d043099d5e5e97c332e293df3f67739342 /cmd-choose-tree.c
parent1d60dd5872f65b59934b8c1526a6c4c13de753ea (diff)
Key (v) and flag (-N) to toggle preview in choose modes.
Diffstat (limited to 'cmd-choose-tree.c')
-rw-r--r--cmd-choose-tree.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd-choose-tree.c b/cmd-choose-tree.c
index 919af491..65c3ae0a 100644
--- a/cmd-choose-tree.c
+++ b/cmd-choose-tree.c
@@ -30,8 +30,8 @@ const struct cmd_entry cmd_choose_tree_entry = {
.name = "choose-tree",
.alias = NULL,
- .args = { "F:f:O:st:w", 0, 1 },
- .usage = "[-sw] [-F format] [-f filter] [-O sort-order] "
+ .args = { "F:f:NO:st:w", 0, 1 },
+ .usage = "[-Nsw] [-F format] [-f filter] [-O sort-order] "
CMD_TARGET_PANE_USAGE,
.target = { 't', CMD_FIND_PANE, 0 },
@@ -44,8 +44,8 @@ const struct cmd_entry cmd_choose_client_entry = {
.name = "choose-client",
.alias = NULL,
- .args = { "F:f:O:t:", 0, 1 },
- .usage = "[-F format] [-f filter] [-O sort-order] "
+ .args = { "F:f:NO:t:", 0, 1 },
+ .usage = "[-N] [-F format] [-f filter] [-O sort-order] "
CMD_TARGET_PANE_USAGE,
.target = { 't', CMD_FIND_PANE, 0 },
@@ -58,8 +58,8 @@ const struct cmd_entry cmd_choose_buffer_entry = {
.name = "choose-buffer",
.alias = NULL,
- .args = { "F:f:O:t:", 0, 1 },
- .usage = "[-F format] [-f filter] [-O sort-order] "
+ .args = { "F:f:NO:t:", 0, 1 },
+ .usage = "[-N] [-F format] [-f filter] [-O sort-order] "
CMD_TARGET_PANE_USAGE,
.target = { 't', CMD_FIND_PANE, 0 },