We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec898ca commit 8402015Copy full SHA for 8402015
doc/vimux.txt
@@ -51,9 +51,9 @@ USAGE (2) *VimuxUsage*
51
52
The function VimuxRunCommand(command) is the core of Vimux. It will
53
create a split pane in the current window and run the passed command in it.
54
-
+>
55
:call VimuxRunCommand("ls")
56
+<
57
This will run the command in a split pane without losing focus of vim. If the
58
command takes a long time to return you can continue to use vim while the
59
process finishes and will see the output in the pane when it's finished.
0 commit comments