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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user