Thursday, August 10, 2023

Re: Prevent copying of pasted-over text to register.

Hy, my friend.

The Vim unnamed register is used to store any text yanked or deleted using the normal mode mappings like "d", "c", "s" or "x". If you need to keep the text you yanked to use it several times, you need to place it in a "named" register. For example, selecting a word, or sequence of words, and type, in normal mode:

"ya

This will place the selection in the register 'a'. When you need to paste the text in this register you will use, also in normal mode:

"ap

See the help at 'registers'

:h registers

Also see "Copying and moving text":

:h copy-move

Regards,


Em qui., 10 de ago. de 2023 às 07:37, DwigtArmyOfChampions <dwightarmyofchampions@hotmail.com> escreveu:
Using Vim 8.1. I have some text in my register and I want to overwrite some existing text with the contents of the register. So I go into visual mode and highlight the text I want to replace, then I type P and the contents of the register get replaced. OK, but why is the replaced text now in my register? I want to continue pasting the same text at other spots in my document.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/130ad198-6d00-4928-91c7-c4c7e34a3f40n%40googlegroups.com.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/CA%2BJN8RLQRMgstDmo6M_9zwkUed5J%3DgQSyRWYUxC78SSdCuXn3Q%40mail.gmail.com.

No comments: