mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 21:12:25 +01:00
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
HEADER
|
|
|
|
|repeat| +
|
|
|
|
Vimperator can repeat a number of commands or record macros...
|
|
|
|
section:Macros[macros]
|
|
|
|
|q|
|
|
||q {arg}|| +
|
|
____________________________________________________________________________
|
|
Record a key sequence into a macro.
|
|
Available macros are {0-9a-zA-Z} (uppercase to append).
|
|
Type 'q' to stop recording.
|
|
____________________________________________________________________________
|
|
|
|
|
|
|:macros| +
|
|
||:mac[ros] [regex]||
|
|
________________________________________________________________________________
|
|
List recorded macros matching the optional regular expression. If no regex is
|
|
given, list all.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|:delmac| |:delmacros|
|
|
||:delmac[ros] [regex]|| +
|
|
________________________________________________________________________________
|
|
Delete recorded macros matching a regular expression.
|
|
________________________________________________________________________________
|
|
|
|
|
|
|@| |@@| |:play|
|
|
||[count]@ {arg}|| +
|
|
||[count]@@|| +
|
|
||:pl[ay] {arg}|| +
|
|
____________________________________________________________________________
|
|
|
|
Plays the contents of macro {0-9a-z}.
|
|
|
|
@@ replays a previous executed macro.
|
|
|
|
:play {arg} plays a recorded macro.
|
|
____________________________________________________________________________
|
|
section:Profiling[profile,profiling]
|
|
|
|
:time ...
|
|
|
|
// vim: set syntax=asciidoc:
|