Change notation for keybinds in man page.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 16 Jan 2014 23:33:28 +0000 (00:33 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 16 Jan 2014 23:33:28 +0000 (00:33 +0100)
The 'gF' is easier to read compared to g-F, so we can skip the dash for simple
keys.

doc/vimb.1

index 0d2d213..79d95d9 100644 (file)
@@ -53,17 +53,17 @@ effect of the command. If a command supports the count this is shown as
 .B :
 Start Command Mode and print `:' to the input box.
 .TP
-.B g\-i
+.B gi
 Set cursor to the first editable element in the page and switch to Input
 Mode.
 .TP
 .B CTRL\-Z
 Switch vimb into Pass-Through Mode.
 .TP
-.B g\-f
+.B gf
 Toggle show html source of current page.
 .TP
-.B g\-F
+.B gF
 Opend the Web Inspector for current page.
 .TP
 .B CTRL\-V
@@ -85,10 +85,10 @@ Start Command Mode and print `:tabopen ' to input box.
 .B T
 Start Command Mode and print `:tabopen URI' to input box.
 .TP
-.B g\-h
+.B gh
 Opend the configured home-page.
 .TP
-.B g\-H
+.B gH
 Open the configured home-page into new window.
 .TP
 .B u
@@ -113,10 +113,10 @@ Go back \fIN\fP steps in the browser history.
 .BI [ N ]CTRL\-I
 Go forward \fIN\fP steps in the browser history.
 .TP
-.BI [ N ]g\-u
+.BI [ N ]gu
 Go to the \fIN\fPth descendent directory of the current opened URI.
 .TP
-.B g\-U
+.B gU
 Go to the domain of the current opened page.
 .TP
 .B r
@@ -141,7 +141,7 @@ Scroll \fIN\fP half pages down.
 .BI [ N ]CTRL\-U
 Scroll \fIN\fP half pages up.
 .TP
-.BI [ N ]g\-g
+.BI [ N ]gg
 Scroll to the top of the current page. Or if \fIN\fP is given to \fIN\fP% of
 the page.
 .TP
@@ -167,21 +167,21 @@ Scroll page \fIN\fP steps down.
 .BI [ N ]k
 Scroll page \fIN\fP steps up.
 .TP
-.BI [ N ]]\-]
+.BI [ N ]]]
 Follow the last \fIN\fPth link matching `nextpattern'.
 .TP
-.BI [ N ][\-[
+.BI [ N ][[
 Follow the last \fIN\fPth link matching `previouspattern'.
 .TP
-.BI m\-{ a-z }
+.BI m{ a-z }
 Set a page mark {\fIa-z\fP} at current possition on page. Such set marks are
 only available on the current page, if the page is left, all marks will be
 removed.
 .TP
-.BI '\-{ a-z }
+.BI '{ a-z }
 Jump to the mark {\fIa-z\fP} on current page.
 .TP
-.B '\-'
+.B ''
 Jumps to the position before the latest jump, or where the last "m'" command
 was given.
 .SS Hinting
@@ -226,42 +226,42 @@ Is an alias for the \fB;o\fP hint mode.
 .B F
 Is an alias for the \fB;t\fP hint mode.
 .TP
-.B ;\-o
+.B ;o
 Open hint's location in the current window.
 .TP
-.B ;\-t
+.B ;t
 Open hint's location in a new window.
 .TP
-.B ;\-s
+.B ;s
 Saves the hint's destination under the configured `download-path'.
 .TP
-.B ;\-O
+.B ;O
 Generate an `:open' prompt with hint's URI.
 .TP
-.B ;\-T
+.B ;T
 Generate an `:tabopen' prompt with hint's URI.
 .TP
-.B ;\-e
+.B ;e
 Open the configured editor (`editor-command') with the hinted form element's
 content. If the file in editor is saved and the editor is closed, the file
 content will be put back in the form field.
 .TP
-.B ;\-i
+.B ;i
 Open hinted image into current window.
 .TP
-.B ;\-I
+.B ;I
 Open hinted image into new window.
 .TP
-.B ;\-p
+.B ;p
 Push the hint's URI to the end of the read it later queue like the `:qpush'
 command. This is only available if vimb was compiled with QUEUE feature.
 .TP
-.B ;\-P
+.B ;P
 Push the hint's URI to the beginning of the read it later queue like the
 `:qunshift' command. This is only available if vimb was compiled with QUEUE
 feature.
 .TP
-.B ;\-y
+.B ;y
 Yank hint's destination location into primary and secondary clipboard.
 .TP
 .BI Syntax: " g;{mode}{hint}"
@@ -293,19 +293,19 @@ Search for \fIN\fPnth previous search result depending on current serach
 direction.
 .SS Zooming
 .TP
-.BI [ N ]z\-i
+.BI [ N ]zi
 Zoom-In the text of the page by \fIN\fP steps.
 .TP
-.BI [ N ]z\-o
+.BI [ N ]zo
 Zoom-Out the text of the page by \fIN\fP steps.
 .TP
-.BI [ N ]z\-I
+.BI [ N ]zI
 Full-Content Zoom-In the page by \fIN\fP steps.
 .TP
-.BI [ N ]z\-O
+.BI [ N ]zO
 Full-Content Zoom-Out the page by \fIN\fP steps.
 .TP
-.B z\-z
+.B zz
 Reset Zoom.
 .SS Yank
 .TP