在编译模式下启用 viper-mode 和 vimpulse
viper.el 是硬编码 在编译模式
下禁用viper
。如何在不修改原始文件的情况下解决这个问题?
viper.el is hardcoded to disable viper
in compilation-mode
. How can I fix this without modifying the original file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您真的想要这样做,您应该能够自定义变量
viper-emacs-state-mode-list
并删除compilation-mode
>。If you really want to do this, you should be able to customize the variable
viper-emacs-state-mode-list
and removecompilation-mode
.您是否尝试过运行“Mx viper-mode”?当我最终进入一个它已被禁用或至少未启用的缓冲区时,我就是这样做的。
Have you tried running "M-x viper-mode"? That's what I do when I end up in a buffer in which it has been disabled, or at least not enabled.