我搞乱了我的鱼壳密钥绑定,现在在新的shell上得到这个:
fish: The function call stack limit has been exceeded. Do you have an accidental infinite loop?
and __original_fish_user_key_bindings
^
in function '__original_fish_user_key_bindings'
called on standard input
in function '__original_fish_user_key_bindings'
called on standard input我如何重置我的键绑定并克服这个错误?
(我试着按照说明here &搞砸了一些东西)
发布于 2020-07-01 12:27:40
您必须删除~/.local/share/omf和~/.config/fish/conf.d/omf.fish文件以使fish启动时的错误消息静默
或者打开~/.local/share/omf/init.fish文件并注释这些行
函数-q __original_fish_user_key_bindings
和__original_fish_user_key_bindings
https://stackoverflow.com/questions/52281264
复制相似问题