1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-16 18:13:32 +01:00

improve help for :back/:forward

This commit is contained in:
Doug Kearns
2008-12-05 01:50:39 +11:00
parent 20ae6fd3a1
commit 364d572b09

View File

@@ -160,20 +160,24 @@ ________________________________________________________________________________
section:Navigating[navigating] section:Navigating[navigating]
|H| |<C-o>| |CTRL-O| |:ba| |:back| |H| |<C-o>| |CTRL-O| |:ba| |:back|
||:[count]ba[ck][!] [url]|| + ||:[count]ba[ck] {url}|| +
||:ba[ck]!|| +
||CTRL-o|| ||CTRL-o||
________________________________________________________________________________ ________________________________________________________________________________
Go [count] pages back in the browser history. Go [count] pages back in the browser history. If {url} is specified go back to
The special version [c]:back![c] goes to the beginning of the browser history. the first matching URL. The special version [c]:back![c] goes to the beginning
of the browser history.
________________________________________________________________________________ ________________________________________________________________________________
|L| |<C-i>| |CTRL-i| |:fo| |:fw| |:forward| |L| |<C-i>| |CTRL-i| |:fo| |:fw| |:forward|
||:[count]fo[rward][!] [url]|| + ||:[count]fo[rward] {url}|| +
||:fo[rward]!|| +
||CTRL-i|| ||CTRL-i||
________________________________________________________________________________ ________________________________________________________________________________
Go [count] pages forward in the browser history. Go [count] pages forward in the browser history. If {url} is specified go
The special version [c]:forward![c] goes to the end of the browser history. forward to the first matching URL. The special version [c]:forward![c] goes to
the end of the browser history.
________________________________________________________________________________ ________________________________________________________________________________
@@ -182,9 +186,8 @@ ________________________________________________________________________________
________________________________________________________________________________ ________________________________________________________________________________
List all jumps aka current tab's history aka session history. List all jumps aka current tab's history aka session history.
Current history position is marked with >, jump numbers are counters Current history position is marked with >, jump numbers are counters to be used
to be used with [c]:back[c] (above zero record) or [c]:forward[c] with [c]:back[c] (above zero record) or [c]:forward[c] (below zero record).
(below zero record).
________________________________________________________________________________ ________________________________________________________________________________