mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-23 11:03:03 +00:00
Small style fix for consistency
This commit is contained in:
parent
6c6dd43340
commit
2529daf74e
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ You made it to the end. Congratulations! That was a lot to take. If you are feel
|
|||
I don't think you should memorize everything right away. To become productive, you can start by using only these 3 registers:
|
||||
1. The unnamed register (`""`).
|
||||
2. The named registers (`"a-z`).
|
||||
3. The numbered Registers (`"0-9`).
|
||||
3. The numbered registers (`"0-9`).
|
||||
|
||||
Since the unnamed register defaults to `p` or `P`, you only have to learn two registers: the named registers and the numbered registers. Gradually learn more when you need it. Take your time.
|
||||
|
||||
|
|
Loading…
Reference in a new issue