rc windowing: fix docstrings
This commit is contained in:
parent
4258f2d7b2
commit
e7218ca301
|
@ -25,7 +25,7 @@ define-command screen-terminal-impl -hidden -params 3.. %{
|
|||
}
|
||||
|
||||
define-command screen-terminal-vertical -params 1.. -docstring '
|
||||
screen-terminal-vertical <program> [<arguments>] [<arguments>]: create a new terminal as a screen pane
|
||||
screen-terminal-vertical <program> [<arguments>]: create a new terminal as a screen pane
|
||||
The current pane is split into two, left and right
|
||||
The program passed as argument will be executed in the new terminal' \
|
||||
%{
|
||||
|
|
|
@ -52,7 +52,7 @@ The program passed as argument will be executed in the new terminal' \
|
|||
complete-command tmux-terminal-horizontal shell
|
||||
|
||||
define-command tmux-terminal-window -params 1.. -docstring '
|
||||
tmux-terminal-window <program> [<arguments>] [<arguments>]: create a new terminal as a tmux window
|
||||
tmux-terminal-window <program> [<arguments>]: create a new terminal as a tmux window
|
||||
The program passed as argument will be executed in the new terminal' \
|
||||
%{
|
||||
tmux-terminal-impl 'new-window' %arg{@}
|
||||
|
|
|
@ -16,7 +16,7 @@ define-command wezterm-terminal-impl -hidden -params 2.. %{
|
|||
}
|
||||
|
||||
define-command wezterm-terminal-vertical -params 1.. -docstring '
|
||||
wezterm-terminal-vertical <program> [<arguments>] [<arguments>]: create a new terminal as a wezterm pane
|
||||
wezterm-terminal-vertical <program> [<arguments>]: create a new terminal as a wezterm pane
|
||||
The current pane is split into two, top and bottom
|
||||
The program passed as argument will be executed in the new terminal' \
|
||||
%{
|
||||
|
|
Loading…
Reference in New Issue
Block a user