mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 05:02:28 +01:00
Add PrivateMode autocommand. Add -js flag to :au
This commit is contained in:
@@ -12,6 +12,9 @@ Execute commands automatically on events.
|
||||
|
||||
Add {cmd} to the list of commands Xulmus will execute on {event} for a URL matching {pat}:
|
||||
|
||||
If the *-javascript* (short name *-js*) option is specified, {cmd} is executed
|
||||
as JavaScript code, with any supplied arguments available as variables.
|
||||
|
||||
* [c]:autocmd[!][c] {events} {pat}: list/remove autocommands filtered by {events} and {pat}
|
||||
* [c]:autocmd[!][c] {events}: list/remove autocommands matching {events}
|
||||
* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat}
|
||||
|
||||
Reference in New Issue
Block a user