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

Documentation tweaks for gT <C-n> and <C-^>

This commit is contained in:
Conrad Irwin
2009-04-16 13:08:54 +01:00
parent 14bfa82a4e
commit 3f5b086b25

View File

@@ -62,30 +62,30 @@ ________________________________________________________________________________
|gt| + |gt| +
||[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. +
If [count] is specified go to the [count]th tab. If [count] is specified go to the [count]th tab.
________________________________________________________________________________ ________________________________________________________________________________
|<C-PageDown>| |<C-Tab>| |<C-n>| + |<C-PageDown>| |<C-Tab>| |<C-n>| +
||[count]<C-n>|| ||[count]<C-n>||
________________________________________________________________________________ ________________________________________________________________________________
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. +
If [count] is specified go to the [count]th next tab. If [count] is specified go to the [count]th next tab.
________________________________________________________________________________ ________________________________________________________________________________
|<C-PageUp>| |<C-S-Tab>| |<C-p>| |gT| + |<C-PageUp>| |<C-S-Tab>| |<C-p>| |gT| +
||[count]gT|| ||[count]gT||
________________________________________________________________________________ ________________________________________________________________________________
Go {count} pages back. Wraps around from the first tab to the last tab. + Go to the previous tab. Cycles to the last tab when the first is selected. +
If [count] is specified go back [count] tabs. If [count] is specified go to the [count]th previous tab.
________________________________________________________________________________ ________________________________________________________________________________
|<C-6>| |<C-^>| + |<C-6>| |<C-^>| +
||[count]<C-^>|| ||[count]<C-^>||
________________________________________________________________________________ ________________________________________________________________________________
Select the alternate tab or the [count]th tab. The alternate tab is the last Select the previously selected tab. This provides a quick method of toggling
selected tab. This provides a quick method of toggling between two tabs. between two tabs. If [count] is specified, go to the [count]th tab.
________________________________________________________________________________ ________________________________________________________________________________