rc windowing: fix docstrings

This commit is contained in:
Johannes Altmanninger 2023-11-01 11:21:19 +01:00
parent 4258f2d7b2
commit e7218ca301
3 changed files with 3 additions and 3 deletions

View File

@ -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' \
%{

View File

@ -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{@}

View File

@ -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' \
%{