vi 中的破坏性退格键
如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能是终端的问题。无论如何,保持 vi 的精神,您不应该使用 backspace 或 delete。首选 X 或 x 来实现相同的功能。
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.