summaryrefslogtreecommitdiff
path: root/doc/vimb.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/vimb.1.txt')
-rw-r--r--doc/vimb.1.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/vimb.1.txt b/doc/vimb.1.txt
index cdf8d35..a494846 100644
--- a/doc/vimb.1.txt
+++ b/doc/vimb.1.txt
@@ -332,6 +332,14 @@ Format:
Example:
":run set input-bg-normal=#ff0 | set input-fg-normal=#f0f | 5pagedown"
.TP
+.BI "shellcmd " CMD
+Runs given shell \fICMD\fP syncron and print the output into inputbox. The
+\fICMD\fP can contain multiple '%' chars that are expanded to the current
+opened uri.
+
+Example:
+`:shellcmd echo "`date` %" >> myhistory.txt'
+.TP
.BI [ N "]search-forward, [" N "]search-backward"
Search in current page forward or backward.
.TP