HEADER |repeat| + Vimperator can repeat a number of commands and record macros. section:Macros[macros,complex-repeat] |q| ||q {0-9a-zA-Z}|| + ____________________________________________________________________________ Record a key sequence into a macro. Available macros are {0-9a-zA-Z} (uppercase to append). Type [m]q[m] to stop recording. ____________________________________________________________________________ |:macros| ||:mac[ros] [a][pat][a]|| + ________________________________________________________________________________ List recorded macros matching the optional regular expression [a][pat][a]. If no regexp is given, list all macros. ________________________________________________________________________________ |:delmac| |:delmacros| ||:delmac[ros] {args}|| + ||:delmac[ros]!|| ________________________________________________________________________________ Delete recorded macros matching the regular expression {args}. If [!] is given all macros are deleted. ________________________________________________________________________________ |@| |:play| ||:pl[ay] {arg}|| + ||[count]@{arg}|| ____________________________________________________________________________ Plays the contents of macro with name {arg} [count] times. The [m]@[m] mapping only accepts {0-9a-z} as {arg}. ____________________________________________________________________________ |@@| ||[count]@@|| ____________________________________________________________________________ Replay the last executed macro [count] times. ____________________________________________________________________________ |.| ||[count].| ____________________________________________________________________________ Repeat the last keyboard mapping [count] times. Note that, unlike in Vim, this does not apply solely to editing commands, mainly because Vimperator doesn't have them. ____________________________________________________________________________ section:Using{nbsp}scripts[using-scripts] |:so| |:source| ||:so[urce][!] {file}|| + ________________________________________________________________________________ Read Ex commands, JavaScript, or CSS from {file}. You can either source files which mostly contain Ex commands like [c]map < gt[c] and put JavaScript code within a: -------------------------------------------------------------------------------- js <