aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-02-25 16:25:14 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-02-25 17:20:00 +0100
commit95bae46af604f1fda07c8e7b92a278e28792c427 (patch)
tree6efdeab93b78e61171c5a8289cf42659298649dd /README.md
parent08d686d991cce58a22b4841010feae0e38dbe3d0 (diff)
downloadvis-95bae46af604f1fda07c8e7b92a278e28792c427.tar.gz
vis-95bae46af604f1fda07c8e7b92a278e28792c427.tar.xz
vis: use standard registers for macro recordings
Also support upper case register to append to an existing macro.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8d6a770..6f24dca 100644
--- a/README.md
+++ b/README.md
@@ -256,8 +256,9 @@ Operators can be forced to work line wise by specifying `V`.
### Macros
- `[a-z]` are recognized macro names, `q` starts a recording, `@` plays it back.
- `@@` refers to the least recently recorded macro.
+ The general purpose registers `[a-z]` can be used to record macros. Use
+ one of `[A-Z]` to append to an existing macro. `q` starts a recording,
+ `@` plays it back. `@@` refers to the least recently recorded macro.
### Command line prompt