1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-21 07:01:28 +02:00

slightly updated tutorial

This commit is contained in:
Martin Stubenschrott
2008-06-08 13:04:05 +00:00
parent 65ad2530d0
commit 0bc6ca918d
4 changed files with 41 additions and 54 deletions
+7 -9
View File
@@ -18,16 +18,14 @@ Add {cmd} to the list of commands Vimperator will execute on {event}:
* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat}
* [c]:autocmd[!][c]: list/remove all autocommands
Available {events}:
* Startup
* Quit
* PageLoad
{pat} is a regular expression, use .* if you want to match all events.
________________________________________________________________________________
____
Available events:
* BrowserExit
* BrowserRestart
* PageLoad
____
// vim: set syntax=asciidoc: