mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 08:18:31 +00:00
Change the term for alternate file register
This commit is contained in:
parent
41dfcaabbe
commit
496ea55e0f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Here are the 10 Vim register types:
|
|||
3. The small delete register (`"-`).
|
||||
4. The named registers (`"a-z`).
|
||||
5. The read-only registers (`":`, `".`,and `"%`).
|
||||
6. The alternate buffer register (`"#`).
|
||||
6. The alternate file register (`"#`).
|
||||
7. The expression register (`"=`).
|
||||
8. The selection registers (`"*` and `"+`).
|
||||
9. The black hole register (`"_`).
|
||||
|
|
Loading…
Add table
Reference in a new issue