mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
more.
This commit is contained in:
@@ -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
2
tmux.1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user