From 3cb675f804600c3215b97698d6c42b90e07b6c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 15 Mar 2016 19:46:06 +0100 Subject: vis: do properly replay ": and "/ registers This makes @: (and @/) work. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3