mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-28 09:03:33 +01:00
move help for history to marks.txt
This commit is contained in:
@@ -88,6 +88,63 @@ section:History[history]
|
|||||||
|
|
||||||
TO BE WRITTEN...
|
TO BE WRITTEN...
|
||||||
|
|
||||||
|
|<C-o>| +
|
||||||
|
||[count]<C-o>||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go to an older position in the jump list. The jump list is just the browser
|
||||||
|
history for now.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|<C-i>| +
|
||||||
|
||[count]<C-i>||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go to a newer position in the jump list. The jump list is just the browser
|
||||||
|
history for now.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|<M-Left>| |<A-Left>| |H| +
|
||||||
|
||[count]H||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go back in the browser history. Count is supported: [m]3H[m] goes back 3 steps.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|<M-Right>| |<A-Right>| |L| +
|
||||||
|
||[count]L||
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go forward in the browser history. Count is supported: [m]3L[m] goes forward 3 steps.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:ba| |:back|
|
||||||
|
||:[count]ba[ck][!] [url]|| +
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go back in the browser history. Count is supported, [c]:3back[c] goes back 3
|
||||||
|
pages in the browser history. +
|
||||||
|
The special version [c]:back![c] goes to the beginning of the browser history.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:fw| |:fo| |:forward|
|
||||||
|
||:[count]fo[rward][!] [url]|| +
|
||||||
|
________________________________________________________________________________
|
||||||
|
Go forward in the browser history. Count is supported, [c]:3forward[c] goes
|
||||||
|
forward 3 pages in the browser history. The special version [c]:forward![c]
|
||||||
|
goes to the end of the browser history.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|:hs| |:hist| |:history|
|
||||||
|
||:hist[ory][!] [filter]|| +
|
||||||
|
________________________________________________________________________________
|
||||||
|
Show recently visited URLs. Open the message window at the bottom of the
|
||||||
|
screen with all history items which match [filter] either in the title or URL.
|
||||||
|
The special version [c]:history![c] works the same as [c]:history[c] except
|
||||||
|
it opens all the found items in new tabs.
|
||||||
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
section:QuickMarks[quickmarks]
|
section:QuickMarks[quickmarks]
|
||||||
|
|
||||||
|
|||||||
@@ -526,36 +526,6 @@ Print file information. Same as [c]:pa[geinfo][c].
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|<C-o>| +
|
|
||||||
||[count]<C-o>||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go to an older position in the jump list. The jump list is just the browser
|
|
||||||
history for now.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<C-i>| +
|
|
||||||
||[count]<C-i>||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go to a newer position in the jump list. The jump list is just the browser
|
|
||||||
history for now.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<M-Left>| |<A-Left>| |H| +
|
|
||||||
||[count]H||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go back in the browser history. Count is supported: [m]3H[m] goes back 3 steps.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|<M-Right>| |<A-Right>| |L| +
|
|
||||||
||[count]L||
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go forward in the browser history. Count is supported: [m]3L[m] goes forward 3 steps.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|gu| +
|
|gu| +
|
||||||
||[count]gu||
|
||[count]gu||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -695,15 +665,6 @@ some key bindings and changes Firefox's GUI.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:ba| |:back|
|
|
||||||
||:[count]ba[ck][!] [url]|| +
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go back in the browser history. Count is supported, [c]:3back[c] goes back 3
|
|
||||||
pages in the browser history. +
|
|
||||||
The special version [c]:back![c] goes to the beginning of the browser history.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:beep|
|
|:beep|
|
||||||
||:beep||
|
||:beep||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -798,15 +759,6 @@ command.. Example: [c]:execute echo "test"[c] shows a message with the text
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:fw| |:fo| |:forward|
|
|
||||||
||:[count]fo[rward][!] [url]|| +
|
|
||||||
________________________________________________________________________________
|
|
||||||
Go forward in the browser history. Count is supported, [c]:3forward[c] goes
|
|
||||||
forward 3 pages in the browser history. The special version [c]:forward![c]
|
|
||||||
goes to the end of the browser history.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:ha| |:hardcopy| +
|
|:ha| |:hardcopy| +
|
||||||
||:ha[rdcopy]||
|
||:ha[rdcopy]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
@@ -830,17 +782,6 @@ completes [c]:help :help[c].
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|:hs| |:hist| |:history|
|
|
||||||
||:hist[ory][!] [filter]|| +
|
|
||||||
________________________________________________________________________________
|
|
||||||
Show recently visited URLs. Open the message window at the bottom of the
|
|
||||||
screen with all history items which match [filter] either in the title or URL.
|
|
||||||
The special version [c]:history![c] works the same as [c]:history[c] except
|
|
||||||
it opens all the found items in new tabs.
|
|
||||||
________________________________________________________________________________
|
|
||||||
|
|
||||||
|
|
||||||
|:js| |:javas| |:javascript|
|
|:js| |:javas| |:javascript|
|
||||||
||:javas[cript] \\{cmd\\}|| +
|
||:javas[cript] \\{cmd\\}|| +
|
||||||
||:javascript <<\\{endpattern\\}\n\\{script\\}\n\\{endpattern\\}|| +
|
||:javascript <<\\{endpattern\\}\n\\{script\\}\n\\{endpattern\\}|| +
|
||||||
|
|||||||
Reference in New Issue
Block a user