forked from Archives/vimux
Enclose command in doc in >...<
This commit is contained in:
parent
ec898ca9b5
commit
8402015a9e
@ -51,9 +51,9 @@ USAGE (2) *VimuxUsage*
|
|||||||
|
|
||||||
The function VimuxRunCommand(command) is the core of Vimux. It will
|
The function VimuxRunCommand(command) is the core of Vimux. It will
|
||||||
create a split pane in the current window and run the passed command in it.
|
create a split pane in the current window and run the passed command in it.
|
||||||
|
>
|
||||||
:call VimuxRunCommand("ls")
|
:call VimuxRunCommand("ls")
|
||||||
|
<
|
||||||
This will run the command in a split pane without losing focus of vim. If the
|
This will run the command in a split pane without losing focus of vim. If the
|
||||||
command takes a long time to return you can continue to use vim while the
|
command takes a long time to return you can continue to use vim while the
|
||||||
process finishes and will see the output in the pane when it's finished.
|
process finishes and will see the output in the pane when it's finished.
|
||||||
|
Loading…
Reference in New Issue
Block a user