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:
@@ -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||
|
||||
|
||||
Reference in New Issue
Block a user