1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 18:52:27 +01:00

Add :feedkeys (perhaps to replace :normal?)

This commit is contained in:
Kris Maglione
2010-12-22 19:54:00 -05:00
parent c65758864d
commit 06936c88ea
6 changed files with 127 additions and 81 deletions

View File

@@ -49,12 +49,31 @@
* The concept of completion contexts is now exposed to the user
(see :h :contexts), allowing for powerful and fine-grained
completion system customization.
* :viusage, :optionusage and :exusage were replaced with :listkeys,
:listoptions and :listcommands, providing more powerful and
consistent interactive help facility (improvements include
listing keys for modes other than Normal, filtering the output
and linking to source locations).
* Added :mksyntax command.
* Command changes:
- :viusage, :optionusage and :exusage were replaced with :listkeys,
:listoptions and :listcommands, providing more powerful and
consistent interactive help facility (improvements include
listing keys for modes other than Normal, filtering the output
and linking to source locations).
- Added :cookies command.
* :extadd now supports remote URLs as well as local files on Firefox 4.
* Added :if/:elseif/:else/:endif conditionals.
- Added -keyword, -tags, -title to :delbmarks.
- Added :extupdate command.
- Added :feedkeys command.
- Added several new options, including -javascript, to :abbrev and :map.
- Added :mksyntax command.
- :open now only opens files beginning with /, ./, ../, or ~/
- Added :write !cmd and :write >>file.
- Added :yank command.
* Improvements to :style and :highlight:
- Added -agent flag to :style.
- The -append flag now updates existing properties rather than
simply appending its arguments to the previous value.
- Active filters are not highlighted in :style listings
- :style-related commands now divide their completions between
those active and inactive for the current site.
- CSS property name completion is not available
* IMPORTANT option changes:
- 'cdpath' and 'runtimepath' no longer treat ",,"
specially. Use "." instead.
@@ -80,36 +99,26 @@
operators, and = sign may no longer be quoted. This will break
certain automatically-generated configuration files.
See :help stringlist
* Added "bookmarks", "diverted", and "links" to 'activate'
option.
* Added 'altwildmode' and <A-Tab> command-line key binding.
* Added 'autocomplete' option for specifying which completion
groups should be auto-completed.
* Added 'banghist' option.
* Option changes:
- Added "bookmarks", "diverted", and "links" to 'activate'
option.
- Added 'altwildmode' and <A-Tab> command-line key binding.
- Added 'autocomplete' option for specifying which completion
groups should be auto-completed.
- Added 'banghist' option.
- Replaced 'focuscontent' with 'strictfocus'.
- 'complete' now defaults to "slf" but file completion only
triggers when the URL begins as above.
- Added 'passkeys' option.
- Changed 'urlseparator' default value to '|'.
- Added "passwords" and "venkman" dialogs to :dialog.
- Added 'wildanchor' option.
- Added 'cookies', 'cookieaccept', and 'cookielifetime' options.
* Added BookmarkChange, BookmarkRemove autocommands.
* Added :cookies, 'cookies', 'cookieaccept', and 'cookielifetime'.
* Added -keyword, -tags, -title to :delbmarks.
* Added "passwords" and "venkman" dialogs to :dialog.
* Added :extupdate command.
* Replaced 'focuscontent' with 'strictfocus'.
* Added :if/:elseif/:else/:endif conditionals.
* Added 'passkeys' option.
* Changed 'urlseparator' default value to '|'.
* Added 'wildanchor' option.
* Added -javascript option to :abbrev and :map.
* Added several new options to :map.
* Added -agent flag to :style.
* Added :write !cmd and :write >>file.
* Added :yank command.
* Removed the :source line at the end of files generated by
:mkpentadactylrc.
* gf now toggles between source and content view.
The | key binding has been removed.
* :extadd now supports remote URLs as well as local files on
Firefox 4.
* :open now only opens files beginning with /, ./, ../, or ~/
* 'complete' now defaults to "slf" but file completion only
triggers when the URL begins as above.
* Page zoom information is now shown in the status bar, and
change in zoom status no longer appears in :messages.
* Added ZO, ZI, ZM, and ZR as aliases for zO, zI, zM, and zR.