vim notes, copy cmd
This commit is contained in:
parent
2146511ab4
commit
9a0195cda7
2 changed files with 12 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
# vim
|
||||
|
||||
- [[[56653cb1]]]
|
||||
- [[[fa6a31b4]]]
|
||||
- [[[b364352b]]]
|
||||
- [[[82ded935]]]
|
||||
[[z:zettels?tag=vim/**&vim]]
|
||||
|
|
11
ec21e3f5.md
Normal file
11
ec21e3f5.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
date: 2021-03-14T14:29
|
||||
tags:
|
||||
- vim
|
||||
---
|
||||
|
||||
# the `copy` command doesn't use a register
|
||||
|
||||
The `copy` command doesn't use a register. This is useful for not overwriting
|
||||
the current value in the default register - you might not _need_ to run the
|
||||
`copy` command, but it might help keep your registers clean.
|
Loading…
Add table
Reference in a new issue