mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-27 04:50:18 +00:00
Fix numbering of numbered register
Explanation of numbered registers is divided into [0] and [1,9] (see headings).
This commit is contained in:
parent
de665e795b
commit
d6c46b7f12
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ By default, `p` (or `P`) is connected to the unnamed register (from now on I wil
|
|||
|
||||
# The Numbered Registers (`"0-9`)
|
||||
|
||||
Numbered registers automatically fill themselves up in ascending order. There are 2 different numbered registers: the yanked register (`0`) and the numbered registers (`0-9`). Let's discuss the yanked register first.
|
||||
Numbered registers automatically fill themselves up in ascending order. There are 2 different numbered registers: the yanked register (`0`) and the numbered registers (`1-9`). Let's discuss the yanked register first.
|
||||
|
||||
## The Yanked Register (`"0`)
|
||||
|
||||
|
|
Loading…
Reference in a new issue