I want to repeat a chunk of text in Vim.
I want to copy the following line:
truncate `Portal20`.`client_types` and repeat it x number of times.
Example: 5 times
truncate `Portal20`.`client_types` truncate `Portal20`.`client_types` truncate `Portal20`.`client_types` truncate `Portal20`.`client_types` truncate `Portal20`.`client_types` I have done some research, but unable to locate a good resource.
5o[your line]<ESC>.