pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 8b1aa9186e3ac7766279a3ec7cf98abd86c11b39
parent ef7a66d1d9e45ad83314dcf8c103f03d3ce6b337
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 26 Apr 2023 21:54:12 +0100

reg_5_standing_by

Diffstat:
Aentry/reg_5_standing_by.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/entry/reg_5_standing_by.md b/entry/reg_5_standing_by.md @@ -0,0 +1,3 @@ +After getting the hang of [buffers](TK) in [Vim](TK) I looked at [registers](TK). + +As with other text editors it is possible to cut (yank) and paste content. When a something is yanked in Vim it is entered to a register.