1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 23:35:46 +01:00

changed ]n and ]p to ]] and [[

This commit is contained in:
Martin Stubenschrott
2007-11-23 02:05:19 +00:00
parent 794e80c1a8
commit 4a8ae26cdd
4 changed files with 5 additions and 3 deletions

2
NEWS
View File

@@ -16,7 +16,7 @@
* new :cd and :pwd commands
* new :dialog command to open various firefox dialogs
* new a and A mappings to deal with bookmarks
* added ]n and ]p to navigate to the next/previous document based on
* added ]] and [[ to navigate to the next/previous document based on
the regexp specified in 'nextpattern' and 'previouspattern' (thanks kidd)
* abbreviations for text fields (:abbr etc.) (thanks calmar)
* you can edit textfields with Ctrl-i now using an external editor (thanks to Joseph Xu)