Vimperator

repeat

Vimperator can repeat a number of commands or record macros…

Macros

<__main__.Macros instance at 0x401a560c>

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.

Profiling

profiling profile

:time …