如何防止点击“dd”删除当前的复制?

发布于 2024-11-04 02:22:51 字数 357 浏览 1 评论 0原文

可能的重复:
在vim中有一种无需将文本放入寄存器即可删除的方法?

大多数时候,我使用 yy 进行复制和换行,然后使用 p 粘贴到某处。但是,如果我使用 dd 删除任何行,或使用 dw 删除任何单词,我将丢失所有已拉出的内容。这个问题有解决方法吗?

谢谢,

Possible Duplicate:
In vim is there a way to delete without putting text in the register?

Most of the time, I use yy to yank and line and then paste with p somewhere. However, if I use dd to delete any line, or dw to delete any word, I will lose anything that I had yanked. Is there a workaround to this problem?

Thanks,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅唱々樱花落 2024-11-11 02:22:51

同样的问题我想已经回答了几次了。

您可以使用以下命令将正确的命令映射到例如 d

nnoremap <leader>d "_d

The same question has been answered a few times, I think.

You can map the correct command to eg <leader>d with:

nnoremap <leader>d "_d
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文