gpt4 book ai didi

vim - 在插入的文本后移动光标

转载 作者:行者123 更新时间:2023-12-04 23:52:13 25 4
gpt4 key购买 nike

有没有办法在插入(通过粘贴)多行文本后移动光标?进行内联插入(粘贴)时,pP 工作得很好。但是,如果我粘贴多行文本,无论是 p 还是 P,我的光标都会移动到新文本的顶部。

如何在 pP 之后的新文本后离开我的光标?

最佳答案

使用标记是一种方法。但是对于 p 或 P,如果你想将光标留在新粘贴的文本之后,有内置的 gp

:h gp 详情

["x]gp          Just like "p", but leave the cursor just after the new
text. {not in Vi}


["x]gP Just like "P", but leave the cursor just after the new
text. {not in Vi}

关于vim - 在插入的文本后移动光标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17812778/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com