mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 16:15:45 +01:00
Reword the [count] help for :back/forward and scrolling commands.
This commit is contained in:
@@ -97,24 +97,29 @@ ________________________________________________________________________________
|
|||||||
|<Left>| |h| +
|
|<Left>| |h| +
|
||||||
||[count]h||
|
||[count]h||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Scroll document to the left. Count is supported: [m]10h[m] will move 10 times as much to the left. +
|
Scroll document to the left. If [count] is specified then move [count] times as
|
||||||
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
|
much to the left. +
|
||||||
|
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is
|
||||||
|
set).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|<C-e>| |<Down>| |j| +
|
|<C-e>| |<Down>| |j| +
|
||||||
||[count]j||
|
||[count]j||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Scroll document down. Count is supported: [m]10j[m] will move 10 times as much down. +
|
Scroll document down. If [count] is specified then move [count] times as much
|
||||||
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
|
down. +
|
||||||
|
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is
|
||||||
|
set).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|<C-y>| |<Up>| |k| +
|
|<C-y>| |<Up>| |k| +
|
||||||
||[count]k||
|
||[count]k||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Scroll document up. Count is supported: [m]10k[m] will move 10 times as much up. +
|
Scroll document up. If [count] is specified then move [count] times as much up. +
|
||||||
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
|
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is
|
||||||
|
set).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -139,8 +144,10 @@ ________________________________________________________________________________
|
|||||||
|<Right>| |l| +
|
|<Right>| |l| +
|
||||||
||[count]l||
|
||[count]l||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Scroll document to the right. Count is supported: [m]10l[m] will move 10 times as much to the right. +
|
Scroll document to the right. If [count] is specified then move [count] times
|
||||||
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is set).
|
as much to the right. +
|
||||||
|
If the document cannot scroll more, a beep is emitted (unless 'visualbell' is
|
||||||
|
set).
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -95,22 +95,22 @@ ________________________________________________________________________________
|
|||||||
|<M-Left>| |<A-Left>| |H| +
|
|<M-Left>| |<A-Left>| |H| +
|
||||||
||[count]H||
|
||[count]H||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go back in the browser history. Count is supported: [m]3H[m] goes back 3 steps.
|
Go back in the browser history. If [count] is specified go back [count] pages.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|<M-Right>| |<A-Right>| |L| +
|
|<M-Right>| |<A-Right>| |L| +
|
||||||
||[count]L||
|
||[count]L||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go forward in the browser history. Count is supported: [m]3L[m] goes forward 3 steps.
|
Go forward in the browser history. If [count] is specified go forward [count]
|
||||||
|
pages.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:ba| |:back|
|
|:ba| |:back|
|
||||||
||:[count]ba[ck][!] [a][url][a]|| +
|
||:[count]ba[ck][!] [a][url][a]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go back in the browser history. Count is supported, [c]:3back[c] goes back 3
|
Go back in the browser history. If [count] is specified go back [count] pages. +
|
||||||
pages in the browser history. +
|
|
||||||
The special version [c]:back![c] goes to the beginning of the browser history.
|
The special version [c]:back![c] goes to the beginning of the browser history.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
@@ -118,9 +118,9 @@ ________________________________________________________________________________
|
|||||||
|:fw| |:fo| |:forward|
|
|:fw| |:fo| |:forward|
|
||||||
||:[count]fo[rward][!] [a][url][a]|| +
|
||:[count]fo[rward][!] [a][url][a]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go forward in the browser history. Count is supported, [c]:3forward[c] goes
|
Go forward in the browser history. If [count] is specified go forward [count]
|
||||||
forward 3 pages in the browser history. The special version [c]:forward![c]
|
pages. +
|
||||||
goes to the end of the browser history.
|
The special version [c]:forward![c] goes to the end of the browser history.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ ________________________________________________________________________________
|
|||||||
||[count]gt||
|
||[count]gt||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go to the next tab. Cycles to the first tab, when the last is selected. +
|
Go to the next tab. Cycles to the first tab, when the last is selected. +
|
||||||
Count is supported: [m]3gt[m] goes to the third tab.
|
If [count] is specified go to the [count]th tab.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ ________________________________________________________________________________
|
|||||||
||[count]gT||
|
||[count]gT||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Go {count} pages back. Wraps around from the first tab to the last tab. +
|
Go {count} pages back. Wraps around from the first tab to the last tab. +
|
||||||
Count is supported: [m]3gT[m] goes three tabs back.
|
If [count] is specified go back [count] tabs.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -177,9 +177,8 @@ section:Closing{nbsp}tabs[closing-tabs]
|
|||||||
||:[count]bd[elete][!] [a][arg][a]|| +
|
||:[count]bd[elete][!] [a][arg][a]|| +
|
||||||
||[count]d||
|
||[count]d||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Delete current buffer (=tab). Count is supported, [c]:2bd[c] removes two tabs
|
Delete current buffer (=tab). If [count] is specified then [count] tabs are
|
||||||
and the one to the right is selected. Afterwards, the tab to the right of the
|
removed. Afterwards, the tab to the right of the deleted tab(s) is selected.
|
||||||
deleted one is selected.
|
|
||||||
|
|
||||||
When used with [a][arg][a], remove all tabs which contain [a][arg][a] in the
|
When used with [a][arg][a], remove all tabs which contain [a][arg][a] in the
|
||||||
hostname. [!] forces this command to also search for [a][arg][a] in the full
|
hostname. [!] forces this command to also search for [a][arg][a] in the full
|
||||||
|
|||||||
Reference in New Issue
Block a user