mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-18 09:25:55 +00:00
Merge pull request #38 from gleb-kosteiko/patch-1
Small style fix for consistency
This commit is contained in:
commit
6690cadcbe
@ -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:
|
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 (`""`).
|
1. The unnamed register (`""`).
|
||||||
2. The named registers (`"a-z`).
|
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.
|
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 New Issue
Block a user