在普通模式下"+p
可以将注册表中的内容粘贴+
到文本文件中,+p
不能在ex模式下将内容从剪贴板粘贴到文本文件中,怎么能?
:reg +
--- Registers ---
"+ smartphone
smartphone
我的登记簿上有一个词+
。原文包含两行,光标在第三行的开头。
line1
line2
在普通模式下"+p
会添加一行包含 word smartphone
,如下所示:
line1
line2
smartphone
现在我将光标移动到第四行的开头,变成 ex 模式(输入 shift 和 :),继续输入什么命令并单击 enter 可以再添加一个smartphone
?
line1
line2
smartphone
smartphone
尝试使用“放置”命令