vi 中的破坏性退格键

发布于 2024-11-07 02:07:40 字数 135 浏览 0 评论 0原文

如何在 vi(而不是 vim)中使默认的退格键/^H 具有破坏性?光标按其应有的方式跳到左侧,但直到我切换模式后才会应用更改。即它会删除文本,但在按 ESC 之前这是不可见的。

这让我很头疼,有什么办法可以解决吗?

How do I make the default backspace/^H destructive in vi (not vim)? The cursor jumps to the left as it should, but changes aren't applied until I switch modes. i.e. it deletes the text, but this isn't visible until hitting ESC.

This has been giving me a headache for a while, is there any way to fix this?

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

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

发布评论

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

评论(1

待天淡蓝洁白时 2024-11-14 02:07:40

这可能是终端的问题。无论如何,保持 vi 的精神,您不应该使用 backspacedelete。首选 Xx 来实现相同的功能。

This probably is an issue with the terminal. In any case, keeping the spirit of vi, you should not be using backspace or delete. Prefer X or x to achieve the same functionality.

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