vim notes, copy cmd

This commit is contained in:
Matthew Ryan Dillon 2021-03-14 14:33:49 -07:00
parent 2146511ab4
commit 9a0195cda7
2 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,3 @@
# vim
- [[[56653cb1]]]
- [[[fa6a31b4]]]
- [[[b364352b]]]
- [[[82ded935]]]
[[z:zettels?tag=vim/**&vim]]

11
ec21e3f5.md Normal file
View 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.