1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-26 21:12:26 +01:00

Make [count]<C-n> behave as expected.

This commit is contained in:
Kris Maglione
2009-01-21 03:37:40 -05:00
parent 4d07a8b47f
commit 050cd4b2e4
3 changed files with 17 additions and 5 deletions

View File

@@ -59,13 +59,19 @@ but in the other direction.
________________________________________________________________________________
|<C-PageDown>| |<C-Tab>| |<C-n>| |gt| +
|gt| +
||[count]gt||
________________________________________________________________________________
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.
________________________________________________________________________________
|<C-PageDown>| |<C-Tab>| |<C-n>| +
||[count]<C-n>||
________________________________________________________________________________
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.
________________________________________________________________________________
|<C-PageUp>| |<C-S-Tab>| |<C-p>| |gT| +
||[count]gT||