aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-12-18 13:50:19 +0100
committerMarc André Tanner <mat@brain-dump.org>2014-12-18 16:57:18 +0100
commitb8456fa2615480fa242c6992ca89481a8370fe5f (patch)
tree4836c8561242182ea5d13d735fe6432e9d5624c4 /README
parent46ffdc3dff7a8bf87f3b1004c3c12a7f6fcd8d6c (diff)
downloadvis-b8456fa2615480fa242c6992ca89481a8370fe5f.tar.gz
vis-b8456fa2615480fa242c6992ca89481a8370fe5f.tar.xz
Macro support
At some point this should be optimized further at the moment there is some 20 byte overhead for each entered key.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index a447662..75808bf 100644
--- a/README
+++ b/README
@@ -414,6 +414,12 @@ and their current support in vis.
again). The same restriction also applies to commands which are not
implemented in terms of operators, such as 'o', 'O', 'J' etc.
+ Macros
+ ------
+
+ [a-z] are recoginized macro names, q starts a recording, @ plays it back.
+ @@ refers to the least recently recorded macro.
+
Command line prompt
-------------------
@@ -496,7 +502,6 @@ and their current support in vis.
- right-to-left text
- tabs (as in multiple workspaces)
- ex mode
- - macro recording
How to help?
------------