this post was submitted on 22 May 2025
16 points (100.0% liked)

VIM - Vi IMproved

1164 readers
5 users here now

For Vim enthusiasts and anyone interested in Vim/Neovim!

"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco

#HJKL

founded 2 years ago
MODERATORS
 

https://stackoverflow.com/questions/18258561/pasting-a-huge-amount-of-text-into-vim-is-slow/79633075

I recently ran into this. I didn't realize that the swpfile slowed down pastes.

I was trying to paste 50kb of text in Vim, but it kept getting stuck and I had to kill -9 it.

But, then I ran :set noswapfile and the paste was instant! TIL!

you are viewing a single comment's thread
view the rest of the comments
[–] zygo_histo_morpheus 6 points 6 days ago

you can just do :r path/to/file directly