On Thu, 26 Dec 2024 08:00:30 -0600
Tim Chase <vim@tim.thechases.com> wrote:
> While kinda hackish, I tend to
>
> :r !cat
The real issue is that pasting large amounts of text into terminal
emulator takes a long time, because (I suspect) it pastes it one
character at a time and each time the emulator redraws the screen. So
':r !cat' is the same as <C-S-v> in that regard. Or at least I think
so.
But still, ':r !cat' lets me paste stuff without the ':set paste!'x2
hassle. That's nice - thank you.
--
Enan
--
--
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 visit https://groups.google.com/d/msgid/vim_use/20241226093329.00007194%40gmail.com.
Thursday, December 26, 2024
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment