1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-07 09:25:47 +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

@@ -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.