mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-04-04 12:09:28 +08:00
Typo
This commit is contained in:
parent
08f8b4368b
commit
9d936d9c8a
@ -360,7 +360,7 @@ Vim provides the following registers:
|
||||
| Type | Character | Filled by? | Readonly? | Contains text from? |
|
||||
|---------------------|------------------------|------------|-----------|---------------------|
|
||||
| Unnamed | `"` | vim | [ ] | Last yank or deletion. (`d`, `c`, `s`, `x`, `y`) |
|
||||
| Numbered | `0` to `9` | vim | [ ] | Register `0`: Last yank. Registers `1`: Last deletion. Register `2`: Second last deletion. And so on. Think of registers `1`-`9` as a read-only [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) with 9 elements. |
|
||||
| Numbered | `0` to `9` | vim | [ ] | Register `0`: Last yank. Register `1`: Last deletion. Register `2`: Second last deletion. And so on. Think of registers `1`-`9` as a read-only [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) with 9 elements. |
|
||||
| Small delete | `-` | vim | [ ] | Last deletion that was less than one line. |
|
||||
| Named | `a` to `z`, `A` to `Z` | user | [ ] | If you yank to register `a`, you replace its text. If you yank to register `A`, you append to the text in register `a`. |
|
||||
| Read-only | `:`, `.`, `%` | vim | [x] | `:`: Last command, `.`: Last inserted text, `%`: Current filename. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user