summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2014-08-09 17:58:52 +0200
committerDaniel Carl <danielcarl@gmx.de>2014-08-09 18:17:49 +0200
commita9404c9fb8a63a14cfcd65c0c77dadd4be88767f (patch)
tree9ce0c0739af91ac03c862aec786af153f0db89c9 /doc
parent716d6d7c1b86eb7d440bad3f28c8c766eaabc4db (diff)
Added CTRL-A and CTRL-X commands.
These commands allow to increment or decrement the last number in the current url.
Diffstat (limited to 'doc')
-rw-r--r--doc/vimb.18
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/vimb.1 b/doc/vimb.1
index 7a1d53a..ae58bb7 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -137,6 +137,14 @@ Go to the \fIN\fPth descendent directory of the current opened URI.
.B gU
Go to the domain of the current opened page.
.TP
+.BI [ N ]CTRL\-A
+Increments the last number in URL by 1, or by \fIN\fP if given.
+.TP
+.BI [ N ]CTRL\-X
+Decrements the last number in URL by 1, or by \fIN\fP if given. Negative
+numbers are not supported as trailing numbers in URLs are often preceded by
+hyphens.
+.TP
.B r
Reload the website.
.TP