mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
fix a typo on the word register
This commit is contained in:
parent
b6bb3058dc
commit
a9aef67c38
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ This is how you can do it:
|
|||
qAA.<esc>q
|
||||
```
|
||||
The breakdown:
|
||||
- `qA` records the macro in registr "A".
|
||||
- `qA` records the macro in register "A".
|
||||
- `A.<esc>` inserts a dot (".") at the end of the line (`A`), then exits insert mode (`<esc>`).
|
||||
- `q` quits macro recording.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue