1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-26 13:02:01 +03:00

Fix a couple of mistakes in iterm.kak

This commit is contained in:
Olivier Perret 2018-12-22 10:32:25 +01:00
parent 5146f7ba33
commit eebc8c2f7d

View File

@ -44,14 +44,14 @@ iterm-terminal-vertical <program> [<arguments>]: create a new terminal as an ite
The current pane is split into two, top and bottom The current pane is split into two, top and bottom
The program passed as argument will be executed in the new terminal'\ The program passed as argument will be executed in the new terminal'\
%{ %{
iterm-terminal-split-impl 'vertically' %arg{1} iterm-terminal-split-impl 'vertically' %arg{@}
} }
define-command iterm-terminal-horizontal -params 1.. -shell-completion -docstring ' define-command iterm-terminal-horizontal -params 1.. -shell-completion -docstring '
iterm-terminal-horizontal <program> [<arguments>]: create a new terminal as an iterm pane iterm-terminal-horizontal <program> [<arguments>]: create a new terminal as an iterm pane
The current pane is split into two, left and right The current pane is split into two, left and right
The program passed as argument will be executed in the new terminal'\ The program passed as argument will be executed in the new terminal'\
%{ %{
iterm-terminal-split-impl 'horizontally' %arg{1} iterm-terminal-split-impl 'horizontally' %arg{@}
} }
define-command iterm-terminal-tab -params 1.. -shell-completion -docstring ' define-command iterm-terminal-tab -params 1.. -shell-completion -docstring '
@ -80,7 +80,7 @@ The program passed as argument will be executed in the new terminal'\
} }
} }
define-command iterm-terminal-window -params 1 -shell-completion -docstring ' define-command iterm-terminal-window -params 1.. -shell-completion -docstring '
iterm-terminal-window <program> [<arguments>]: create a new terminal as an iterm window iterm-terminal-window <program> [<arguments>]: create a new terminal as an iterm window
The program passed as argument will be executed in the new terminal'\ The program passed as argument will be executed in the new terminal'\
%{ %{