This commit is contained in:
Dane Jensen
2026-04-23 21:53:06 -07:00
parent eec2c19ad1
commit a74f173902
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ const struct cmd_entry cmd_new_pane_entry = {
"[-F format] [-l size] [-m message] [-M mode] " "[-F format] [-l size] [-m message] [-M mode] "
"[-R inactive-border-style] [-s style] " "[-R inactive-border-style] [-s style] "
"[-S active-border-style] [-x width] [-X x-position]" "[-S active-border-style] [-x width] [-X x-position]"
"[-y length] [-Y y-position]" CMD_TARGET_PANE_USAGE "[-y height] [-Y y-position]" CMD_TARGET_PANE_USAGE
"[shell-command [argument ...]]", "[shell-command [argument ...]]",
.target = { 't', CMD_FIND_PANE, 0 }, .target = { 't', CMD_FIND_PANE, 0 },
@@ -61,7 +61,7 @@ const struct cmd_entry cmd_split_window_entry = {
"[-F format] [-l size] [-m message] [-M mode] " "[-F format] [-l size] [-m message] [-M mode] "
"[-R inactive-border-style] [-s style] " "[-R inactive-border-style] [-s style] "
"[-S active-border-style] [-x width] [-X x-position]" "[-S active-border-style] [-x width] [-X x-position]"
"[-y length] [-Y y-position]" CMD_TARGET_PANE_USAGE "[-y height] [-Y y-position]" CMD_TARGET_PANE_USAGE
"[shell-command [argument ...]]", "[shell-command [argument ...]]",
.target = { 't', CMD_FIND_PANE, 0 }, .target = { 't', CMD_FIND_PANE, 0 },

2
tmux.1
View File

@@ -3337,7 +3337,7 @@ but a different format may be specified with
.Op Fl t Ar target-pane .Op Fl t Ar target-pane
.Op Fl x Ar width .Op Fl x Ar width
.Op Fl X Ar x-position .Op Fl X Ar x-position
.Op Fl y Ar length .Op Fl y Ar height
.Op Fl Y Ar y-position .Op Fl Y Ar y-position
.Op Ar shell-command Op Ar argument ... .Op Ar shell-command Op Ar argument ...
.Xc .Xc