如何将 TextMate 的 ^H 键绑定更改为删除而不是显示帮助?
我有 Emacs 背景,习惯输入 ^H 来删除前一个字符。 TextMate 显示捆绑包帮助。 我还没有找到改变这个绑定的方法。 有办法吗?
I come from an Emacs background, and I'm used to typing ^H to delete the previous character. TextMate displays bundle help instead. I have not found a way to change this binding. Is there a way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以转到捆绑编辑器 ^ + Option + Cmd + B 并转到纺织品捆绑, “显示文档”的命令具有等效的
^H
键,您可以在那里更改它。 然后,您可以为^H
创建自己的键绑定命令。You can go to the bundle editor, ^ + Option + Cmd + B and go to the textile bundle, the command for "show documentation" has the
^H
key equivalent, you can change it there. You can then make your own key binding command for^H
.