mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 05:34:12 +01:00
35 lines
814 B
Plaintext
35 lines
814 B
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.
|
|
____________________________________________________________________________
|
|
|
|
|@| |@@| |:play|
|
|
||[count]@ {arg}|| +
|
|
||[count]@@|| +
|
|
||:play {arg}|| +
|
|
____________________________________________________________________________
|
|
|
|
Plays the contents of macro {0-9a-z}.
|
|
|
|
@@ replays a previous executed macro.
|
|
|
|
:play {arg} plays a recorded macro.
|
|
____________________________________________________________________________
|
|
section:Profiling[profiling]
|
|
|
|
:time ...
|
|
|
|
// vim: set syntax=asciidoc:
|