1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 03:12:26 +01:00

Add @: mapping.

This commit is contained in:
Doug Kearns
2009-05-22 12:47:57 +10:00
parent 72e13d9e9d
commit da89552a1e
6 changed files with 49 additions and 9 deletions

View File

@@ -90,6 +90,7 @@ section:Normal{nbsp}mode[normal-index]
||[m]@[m]|| Play a macro +
||[m].[m]|| Repeat the last keyboard command +
||[m]@:[m]|| Repeat the last Ex command [count] times +
||[m]]f[m]|| Focus next frame +
||[m][f[m]|| Focus previous frame +

View File

@@ -4,6 +4,24 @@ HEADER
Vimperator can repeat a number of commands and record macros.
section:Single{nbsp}repates[single-repeat]
|.|
||[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.
____________________________________________________________________________
|@:|
||[count]@:||
____________________________________________________________________________
Repeat the last Ex command [count] times.
____________________________________________________________________________
section:Macros[macros,complex-repeat]
|q|
@@ -48,15 +66,6 @@ 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|