aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbdb42e..c0bc823 100644
--- a/README.md
+++ b/README.md
@@ -263,7 +263,8 @@ Operators can be forced to work line wise by specifying `V`.
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.
+ `@` plays it back. `@@` refers to the least recently recorded macro.
+ `@:` repeats the last :-command. `@/` is equivalent to `n` in normal mode.
### Command line prompt