1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 22:15:47 +01:00

Add some rudimentary extension related commands.

Adds :extadd, :extdelete, :extdisable, :extenable, :extensions.
This commit is contained in:
Doug Kearns
2009-07-07 21:37:41 +10:00
parent 3a904b16d9
commit 4df207e6e5
10 changed files with 292 additions and 43 deletions

View File

@@ -12,7 +12,10 @@
mappings.add(...,
{ arg: true, count: true, motion: true, route: true });
* IMPORTANT: shifted key notation now matches Vim's behaviour. E.g. <C-a>
and <C-A> are equivalent, to map the uppercase character use <C-S-A>. - Is this still true, or going to be true? --djk
and <C-A> are equivalent, to map the uppercase character use <C-S-A>.
* add extension related commands - :extadd, :extdelete, :extdisable,
:extenable, :extensions
* add '-javascript' flag to :autocommand
* add 'private' - enter private browsing mode, matching 'PrivateMode'
autocommand