mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:44:11 +01:00
Make [count]<C-n> behave as expected.
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
* IMPORTANT: 'verbose' is now by default at 1, set to 0 to not show any status messages
|
||||
* IMPORTANT: $VIMPERATOR_HOME is no longer used.
|
||||
|
||||
* Added ~/.vimperator/info/{profile}/, similar to viminfo
|
||||
* added $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT
|
||||
* [count]<C-n> now goes to the [count]th next tab rather than the [count]th tab.
|
||||
* add ~/.vimperator/info/{profile}/, similar to viminfo
|
||||
* add $VIMPERATOR_RUNTIME, $VIMPERATOR_INIT
|
||||
* :hardcopy now supports output redirection to a file on Unix and MacUnix
|
||||
* add ";f" extended hint mode to focus a frame
|
||||
* add "r", "l", and "b" to 'guioptions' to toggle the scrollbars.
|
||||
|
||||
@@ -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