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:
@@ -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 +
|
||||
|
||||
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user