From: Daniel Carl Date: Fri, 22 Feb 2013 21:44:46 +0000 (+0100) Subject: Added parameters to commands in manpage. X-Git-Url: https://git.owens.tech/style.css/style.css/git?a=commitdiff_plain;h=31b6222ac4826b88c06935f15083bb1cb7cf0f96;p=vimb.git Added parameters to commands in manpage. --- diff --git a/doc/vimp.1.txt b/doc/vimp.1.txt index 7865b3b..75aac9d 100644 --- a/doc/vimp.1.txt +++ b/doc/vimp.1.txt @@ -59,11 +59,11 @@ To call it, it has to be bound to a key like "hmap =hint-focus-next" to be used. .SS Open .TP -.B open -Open the give url into current window. +.BI open " URI" +Open the give \fIURI\fP into current window. .TP -.B tabopen -Open the give url into a new window. +.BI tabopen " URI" +Open the give \fIURI\fP into a new window. .TP .B (tab)open-home Opens the configured 'home-page'. @@ -215,21 +215,26 @@ complation is already started, switch to the next completion item. If complation is already started, switch to the previous completion item. .SS Hints .TP -.B hint-link -Start hinting to open link into current window. +.BI "hint-link [" PREFIX ] +Start hinting to open link into current window. If \fIPREFIX\fP is given, +print this into the inputbox, default '.'. .TP -.B hint-link-new -Start hinting to open link into a new window. +.BI "hint-link-new [" PREFIX ] +Start hinting to open link into a new window. If \fIPREFIX\fP is given, +print this into the inputbox, default ','. .TP -.B hint-input-open -Start hinting to fill the inputbox with ":open {hintedLinkUrl}" +.BI "hint-input-open [" PREFIX ] +Start hinting to fill the inputbox with ":open {hintedLinkUrl}". If +\fIPREFIX\fP is given, print this into the inputbox, default ';o'. .TP -.B hint-input-tabopen -Start hinting to fill the inputbox with ":tabopen {hintedLinkUrl}" +.BI "hint-input-tabopen [" PREFIX ] +Start hinting to fill the inputbox with ":tabopen {hintedLinkUrl}". If +\fIPREFIX\fP is given, print this into the inputbox, default ';t'. .TP -.B hint-yank +.BI "hint-yank [" PREFIX ] Start hinting to yank the hinted link url into the primary and secondary -clipboard. +clipboard. If \fIPREFIX\fP is given, print this into the inputbox, default +';y'. .TP .B hint-focus-next Focus next hint. @@ -279,8 +284,8 @@ Zoom \fIN\fP steps in or out of the current page \- effecting all elements. Reset the zoomlevel to the default value. .SS Command-History .TP -.BI [ N "]command-hist-prev [" VALUE "], [" N "]command-hist-next [" VALUE ] -Prints the previous or next cammand from history into inputbox. If \fIVALUE\fP +.BI [ N "]command-hist-prev [" PREFIX "], [" N "]command-hist-next [" PREFIX ] +Prints the previous or next cammand from history into inputbox. If \fIPREFIX\fP is given, this will be used as prefix for the inserted command, else the default ':' will be used. .SS Misc