标签: vim
是否可以抽出一些单词并将其粘贴到vi视觉选择中?假设我在列中使用带有ctl-v的可视块然后使用y来选择以下单词。
one two three
然后进行选择并粘贴它们以便用p
one two three one two three one two three one two three one two three one two three
答案 0 :(得分:2)
在点击p之前,使用shift-v直接选择要替换的区域。然后点击p替换它。