diff options
author | Daniel Carl <danielcarl@gmx.de> | 2014-08-09 17:58:52 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2014-08-09 18:17:49 +0200 |
commit | a9404c9fb8a63a14cfcd65c0c77dadd4be88767f (patch) | |
tree | 9ce0c0739af91ac03c862aec786af153f0db89c9 /doc | |
parent | 716d6d7c1b86eb7d440bad3f28c8c766eaabc4db (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.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |